commit
022570a01e
3 changed files with 5 additions and 0 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -775,3 +775,6 @@
|
|||
[submodule "libraries/helpers/pioasm"]
|
||||
path = libraries/helpers/pioasm
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git
|
||||
[submodule "libraries/drivers/aw9523"]
|
||||
path = libraries/drivers/aw9523
|
||||
url = https://github.com/adafruit/Adafruit_CircuitPython_AW9523.git
|
||||
|
|
|
|||
|
|
@ -436,6 +436,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
|
|||
|
||||
ADS1x15 Analog-to-Digital Converter <https://circuitpython.readthedocs.io/projects/ads1x15/en/latest/>
|
||||
Adafruit SeeSaw <https://circuitpython.readthedocs.io/projects/seesaw/en/latest/>
|
||||
AW9523 GPIO expander and LED driver <https://circuitpython.readthedocs.io/projects/aw9523/en/latest/>
|
||||
Crickit Robotics Boards <https://circuitpython.readthedocs.io/projects/crickit/en/latest/>
|
||||
DS2413 OneWire GPIO Expander <https://circuitpython.readthedocs.io/projects/ds2413/en/latest/>
|
||||
FocalTech Capacitive Touch <https://circuitpython.readthedocs.io/projects/focaltouch/en/latest/>
|
||||
|
|
|
|||
1
libraries/drivers/aw9523
Submodule
1
libraries/drivers/aw9523
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit 8e39484a46a2b0e1f1c736ab4d40dcb3cd30ebad
|
||||
Loading…
Reference in a new issue