commit
8d6591d788
3 changed files with 5 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -805,3 +805,6 @@
|
|||
[submodule "libraries/helpers/funhouse"]
|
||||
path = libraries/helpers/funhouse
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git
|
||||
[submodule "libraries/helpers/colorsys"]
|
||||
path = libraries/helpers/colorsys
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_Colorsys.git
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ Miscellaneous Helpers
|
|||
SimpleMath <https://circuitpython.readthedocs.io/projects/simplemath/en/latest/>
|
||||
USB Human Interface Device (Keyboard and Mouse) <https://circuitpython.readthedocs.io/projects/hid/en/latest/>
|
||||
Test Repo <https://circuitpython.readthedocs.io/projects/testrepo/en/latest/>
|
||||
|
||||
Colorsys <https://circuitpython.readthedocs.io/projects/colorsys/en/latest/>
|
||||
|
||||
Blinky
|
||||
--------
|
||||
|
|
|
|||
1
libraries/helpers/colorsys
Submodule
1
libraries/helpers/colorsys
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 35b581c3a16505304beb712549f9ead64b549fb4
|
||||
Loading…
Reference in a new issue