Added driver for Adafruit Soundboards, v0.1.1
Also, fixed small typo in REAME
This commit is contained in:
parent
0fa015c2c7
commit
cf7842bea5
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
1
libraries/drivers/adafruit_soundboard
Submodule
1
libraries/drivers/adafruit_soundboard
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fde2880661700ff2b1ac0cc83972fd7e42d262cb
|
||||
Loading…
Reference in a new issue