Skip to content

Commit 5c97d65

Browse files
authored
Merge pull request #304 from makermelissa/master
Added FunHouse Library to Bundle
2 parents 1782f96 + f2898d3 commit 5c97d65

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -802,3 +802,6 @@
802802
[submodule "libraries/drivers/ssd1680"]
803803
path = libraries/drivers/ssd1680
804804
url = https://github.com/adafruit/Adafruit_CircuitPython_SSD1680.git
805+
[submodule "libraries/helpers/funhouse"]
806+
path = libraries/helpers/funhouse
807+
url = https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git

docs/drivers.rst

+1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ specific boards.
3030
Adafruit CircuitPlayground <https://circuitpython.readthedocs.io/projects/circuitplayground/en/latest/>
3131
Adafruit CLUE <https://circuitpython.readthedocs.io/projects/clue/en/latest/>
3232
Adafruit FeatherWings <https://circuitpython.readthedocs.io/projects/featherwing/en/latest/>
33+
Adafruit FunHouse <https://circuitpython.readthedocs.io/projects/funhouse/en/latest/>
3334
MatrixPortal (Metro M4 Airlift + RGB Shield) <https://circuitpython.readthedocs.io/projects/matrixportal/en/latest/>
3435
Adafruit MagTag <https://circuitpython.readthedocs.io/projects/magtag/en/latest/>
3536
Adafruit PortalBase <https://circuitpython.readthedocs.io/projects/portalbase/en/latest/>

libraries/helpers/funhouse

Submodule funhouse added at 06347fc

0 commit comments

Comments
 (0)