Merge pull request #289 from kattni/aw9523

Adding AW9523
This commit is contained in:
Limor "Ladyada" Fried 2021-01-26 15:32:30 -05:00 committed by GitHub
commit 022570a01e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -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

View file

@ -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/>

@ -0,0 +1 @@
Subproject commit 8e39484a46a2b0e1f1c736ab4d40dcb3cd30ebad