Added adafruit_register to test library dependencies
This commit is contained in:
parent
546aa0533b
commit
ddf8185ca2
2 changed files with 4 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -16,3 +16,6 @@
|
||||||
[submodule "test/libraries/mma8451"]
|
[submodule "test/libraries/mma8451"]
|
||||||
path = test/libraries/mma8451
|
path = test/libraries/mma8451
|
||||||
url = https://github.com/adafruit/Adafruit_CircuitPython_MMA8451.git
|
url = https://github.com/adafruit/Adafruit_CircuitPython_MMA8451.git
|
||||||
|
[submodule "test/libraries/register"]
|
||||||
|
path = test/libraries/register
|
||||||
|
url = https://github.com/adafruit/Adafruit_CircuitPython_Register.git
|
||||||
|
|
|
||||||
1
test/libraries/register
Submodule
1
test/libraries/register
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit f86b4549c1f8ec10682cb5e5148693dc29c85602
|
||||||
Loading…
Reference in a new issue