Skip to content

Commit cf7842b

Browse files
mmabeytannewt
authored andcommitted
Added driver for Adafruit Soundboards, v0.1.1
Also, fixed small typo in REAME
1 parent 0fa015c commit cf7842b

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@
77
[submodule "libraries/drivers/hcsr04"]
88
path = libraries/drivers/hcsr04
99
url = https://github.com/mmabey/CircuitPython_HCSR04.git
10+
[submodule "libraries/drivers/adafruit_soundboard"]
11+
path = libraries/drivers/adafruit_soundboard
12+
url = [email protected]:mmabey/Adafruit_Soundboard.git

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ existing folder when it exists.
2121

2222
# Development
2323

24-
After you clone this repository you must run `git submodule --init` on update
24+
After you clone this repository you must run `git submodule init` on update
2525
also do `git submodule update`.
2626

2727
## Updating libraries

libraries/drivers/adafruit_soundboard

Submodule adafruit_soundboard added at fde2880

0 commit comments

Comments
 (0)