Added FunHouse Library
This commit is contained in:
parent
1782f9624c
commit
cb103f0027
5 changed files with 6 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -802,3 +802,6 @@
|
|||
[submodule "libraries/drivers/ssd1680"]
|
||||
path = libraries/drivers/ssd1680
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1680.git
|
||||
[submodule "libraries/helpers/funhouse"]
|
||||
path = libraries/helpers/funhouse
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git
|
||||
|
|
|
|||
1
build_deps/circuitpython
Submodule
1
build_deps/circuitpython
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit c4f0325ff83239e3736859846912e0b5cc0c6392
|
||||
BIN
build_deps/mpy-cross-6.x
Executable file
BIN
build_deps/mpy-cross-6.x
Executable file
Binary file not shown.
|
|
@ -30,6 +30,7 @@ specific boards.
|
|||
Adafruit CircuitPlayground <https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/>
|
||||
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
|
||||
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
|
||||
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
|
||||
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
|
||||
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
|
||||
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>
|
||||
|
|
|
|||
1
libraries/helpers/funhouse
Submodule
1
libraries/helpers/funhouse
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 06347fc9cf3588cc112005ca0b8ae94b534f8899
|
||||
Loading…
Reference in a new issue