Added driver for Adafruit Soundboards, v0.1.1

Also, fixed small typo in REAME
This commit is contained in:
Mike Mabey 2017-08-01 21:51:42 -07:00 committed by Scott Shawcroft
parent 0fa015c2c7
commit cf7842bea5
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored
View file

@ -7,3 +7,6 @@
[submodule "libraries/drivers/hcsr04"]
path = libraries/drivers/hcsr04
url = https://github.com/mmabey/CircuitPython_HCSR04.git
[submodule "libraries/drivers/adafruit_soundboard"]
path = libraries/drivers/adafruit_soundboard
url = git@github.com:mmabey/Adafruit_Soundboard.git

View file

@ -21,7 +21,7 @@ existing folder when it exists.
# Development
After you clone this repository you must run `git submodule --init` on update
After you clone this repository you must run `git submodule init` on update
also do `git submodule update`.
## Updating libraries

@ -0,0 +1 @@
Subproject commit fde2880661700ff2b1ac0cc83972fd7e42d262cb