Skip to content

Commit bb419fa

Browse files
committed
Adding AW9523
1 parent 5298b5f commit bb419fa

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -775,3 +775,6 @@
775775
[submodule "libraries/helpers/pioasm"]
776776
path = libraries/helpers/pioasm
777777
url = https://github.com/adafruit/Adafruit_CircuitPython_PIOASM.git
778+
[submodule "libraries/drivers/aw9523"]
779+
path = libraries/drivers/aw9523
780+
url = https://github.com/adafruit/Adafruit_CircuitPython_AW9523.git

docs/drivers.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -436,6 +436,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
436436

437437
ADS1x15 Analog-to-Digital Converter <https://circuitpython.readthedocs.io/projects/ads1x15/en/latest/>
438438
Adafruit SeeSaw <https://circuitpython.readthedocs.io/projects/seesaw/en/latest/>
439+
AW9523 GPIO expander and LED driver <https://circuitpython.readthedocs.io/projects/aw9523/en/latest/>
439440
Crickit Robotics Boards <https://circuitpython.readthedocs.io/projects/crickit/en/latest/>
440441
DS2413 OneWire GPIO Expander <https://circuitpython.readthedocs.io/projects/ds2413/en/latest/>
441442
FocalTech Capacitive Touch <https://circuitpython.readthedocs.io/projects/focaltouch/en/latest/>

libraries/drivers/aw9523

Submodule aw9523 added at 8e39484

0 commit comments

Comments
 (0)