Skip to content

Adding CircuitPython MatrixKeypad library to bundle #79

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 5, 2018

Conversation

kattni
Copy link
Contributor

@kattni kattni commented Jun 4, 2018

No description provided.

@kattni kattni requested a review from caternuson June 4, 2018 23:31
@TheKitty
Copy link

TheKitty commented Jun 5, 2018 via email

.gitmodules Outdated
@@ -244,3 +244,6 @@
[submodule "libraries/drivers/stmpe610"]
path = libraries/drivers/stmpe610
url = https://github.com/adafruit/Adafruit_CircuitPython_STMPE610.git
[submodule "libraries/matrixkeypad"]
path = libraries/matrixkeypad
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you're missing a level. Try: path = libraries/drivers/matrixkeypad

.gitmodules Outdated
@@ -244,3 +244,6 @@
[submodule "libraries/drivers/stmpe610"]
path = libraries/drivers/stmpe610
url = https://github.com/adafruit/Adafruit_CircuitPython_STMPE610.git
[submodule "libraries/matrixkeypad"]
path = libraries/matrixkeypad
url = https://github.com/adafruit/Adafruit_CircuitPython_MatrixKeypad
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure how important the .git ending is for the URL, but that's what github gives you.

@caternuson caternuson merged commit 21040ce into adafruit:master Jun 5, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants