diff options
| author | Greg Steiert <[email protected]> | 2021-01-10 18:31:40 +0000 |
|---|---|---|
| committer | Greg Steiert <[email protected]> | 2021-01-10 18:31:40 +0000 |
| commit | f4300afb1ce12a6f63c1e31d2e413f59e304ce77 (patch) | |
| tree | 67e794d6498426e3690db42df5dc33db739933a4 /.gitmodules | |
| parent | 5ca7c285f58d9ddf6d729571005f3af153f14973 (diff) | |
moving sct neopixel driver to shared library
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index dd55bdc0c..1fefa13f0 100644 --- a/.gitmodules +++ b/.gitmodules @@ -109,3 +109,6 @@ [submodule "lib/CMSIS_5"] path = lib/CMSIS_5 url = https://github.com/ARM-software/CMSIS_5.git +[submodule "lib/sct_neopixel"] + path = lib/sct_neopixel + url = https://github.com/gsteiert/sct_neopixel |
