Add SimpleIO to the bundle and update the libraries.
This commit is contained in:
parent
19182afdfe
commit
0dec953c03
5 changed files with 7 additions and 3 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -37,3 +37,6 @@
|
||||||
[submodule "libraries/drivers/neopixel"]
|
[submodule "libraries/drivers/neopixel"]
|
||||||
path = libraries/drivers/neopixel
|
path = libraries/drivers/neopixel
|
||||||
url = git@github.com:adafruit/Adafruit_MicroPython_NeoPixel.git
|
url = git@github.com:adafruit/Adafruit_MicroPython_NeoPixel.git
|
||||||
|
[submodule "libraries/helpers/simpleio"]
|
||||||
|
path = libraries/helpers/simpleio
|
||||||
|
url = git@github.com:adafruit/Adafruit_CircuitPython_SimpleIO.git
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 31f5606d66dccb00326ec2dff22ce85e98f6353e
|
Subproject commit 4e0000bde0e55db93653b583322de722c9fc2d74
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit baa05471985c129b4d9b756e0cbabbbe639eac4c
|
Subproject commit 137c730315b1e9debe1ff4fcd295e0126a8cebff
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit ec1afdff2eeffceb5fca0a9aceb7e3b2bd44d7ea
|
Subproject commit f4cd3dd02108e33129e37de480611d6fb38a6d3f
|
||||||
1
libraries/helpers/simpleio
Submodule
1
libraries/helpers/simpleio
Submodule
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit e1f958d472349e78f52d2df4a160d928c8239db1
|
||||||
Loading…
Reference in a new issue