commit
7b815534a3
9 changed files with 12 additions and 6 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,7 +1,7 @@
|
|||
# Adafruit CircuitPython Libraries
|
||||

|
||||
|
||||
Here is a listing of current Adafruit CircuitPython Libraries. There are 268 libraries available.
|
||||
Here is a listing of current Adafruit CircuitPython Libraries. There are 269 libraries available.
|
||||
|
||||
## Drivers:
|
||||
* [Adafruit CircuitPython 74HC595](https://github.com/adafruit/Adafruit_CircuitPython_74HC595.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-74hc595)) \([Docs](https://circuitpython.readthedocs.io/projects/74hc595/en/latest/))
|
||||
|
|
@ -229,6 +229,7 @@ Here is a listing of current Adafruit CircuitPython Libraries. There are 268 lib
|
|||
* [Adafruit CircuitPython FakeRequests](https://github.com/adafruit/Adafruit_CircuitPython_FakeRequests.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fakerequests)) \([Docs](https://circuitpython.readthedocs.io/projects/fakerequests/en/latest/))
|
||||
* [Adafruit CircuitPython FancyLED](https://github.com/adafruit/Adafruit_CircuitPython_FancyLED.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-fancyled)) \([Docs](https://circuitpython.readthedocs.io/projects/fancyled/en/latest/))
|
||||
* [Adafruit CircuitPython FeatherWing](https://github.com/adafruit/Adafruit_CircuitPython_FeatherWing.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-featherwing)) \([Docs](https://circuitpython.readthedocs.io/projects/featherwing/en/latest/))
|
||||
* [Adafruit CircuitPython FunHouse](https://github.com/adafruit/Adafruit_CircuitPython_FunHouse.git) \([Docs](https://circuitpython.readthedocs.io/projects/funhouse/en/latest/))
|
||||
* [Adafruit CircuitPython GC IOT Core](https://github.com/adafruit/Adafruit_CircuitPython_GC_IOT_Core.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gc-iot-core)) \([Docs](https://circuitpython.readthedocs.io/projects/gc_iot_core/en/latest/))
|
||||
* [Adafruit CircuitPython Gizmo](https://github.com/adafruit/Adafruit_CircuitPython_Gizmo.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-gizmo)) \([Docs](https://circuitpython.readthedocs.io/projects/gizmo/en/latest/))
|
||||
* [Adafruit CircuitPython HID](https://github.com/adafruit/Adafruit_CircuitPython_HID.git) ([PyPi](https://pypi.org/project/adafruit-circuitpython-hid)) \([Docs](https://circuitpython.readthedocs.io/projects/hid/en/latest/))
|
||||
|
|
|
|||
|
|
@ -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 +1 @@
|
|||
Subproject commit 0ecfe254c15155df245a9ffc5b01e87b7492dbcc
|
||||
Subproject commit 9a7123b6186fbef6d288400ee03303fed97b89d9
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit b07d03cb9064043ec688edb8321e5d4c51aa163f
|
||||
Subproject commit 2c43e36934614a0833b83827b990eaff1cf2198b
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 7aed2e704ca02560fc732ab8a3de4a8ea3aecdfc
|
||||
Subproject commit d05ed7debcb5b82ec834496e5c12881cf830f1c0
|
||||
1
libraries/helpers/funhouse
Submodule
1
libraries/helpers/funhouse
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 06347fc9cf3588cc112005ca0b8ae94b534f8899
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 31d23a72cc5856609e8393ba9208735b76069ed5
|
||||
Subproject commit c19c836f4ceb3f8bc4d6a8d2f583fa1c57bd54c6
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 57cdd53eb8f7148172d88ca992046d7182a12a1f
|
||||
Subproject commit d65f1ad71e6e4242c2454aa0f43ef38864075264
|
||||
Loading…
Reference in a new issue