diff options
| author | Jeff Epler <jepler@gmail.com> | 2019-11-26 09:29:55 -0600 |
|---|---|---|
| committer | Jeff Epler <jepler@gmail.com> | 2019-12-10 14:03:06 -0600 |
| commit | a08d9e6d8e0059c8aa59feadd7b94d95d691e273 (patch) | |
| tree | 49173f5aee00bffed722c437f3b6361e485aedde /.gitmodules | |
| parent | a484a93b290806d01850e58905d65bc798b4cd91 (diff) | |
audiocore: Add MP3File using Adafruit_MP3 library
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 764456cd6..98252c2af 100644 --- a/.gitmodules +++ b/.gitmodules @@ -102,3 +102,6 @@ [submodule "ports/cxd56/spresense-exported-sdk"] path = ports/cxd56/spresense-exported-sdk url = https://github.com/sonydevworld/spresense-exported-sdk.git +[submodule "lib/mp3"] + path = lib/mp3 + url = https://github.com/adafruit/Adafruit_MP3 |
