adding ADG72x library

This commit is contained in:
Liz 2024-04-15 09:22:03 -04:00
parent 01d2287e35
commit e1abaad65b
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View file

@ -995,3 +995,6 @@
[submodule "libraries/helpers/connection_manager"]
path = libraries/helpers/connection_manager
url = https://github.com/adafruit/Adafruit_CircuitPython_ConnectionManager.git
[submodule "libraries/drivers/adg72x"]
path = libraries/drivers/adg72x
url = https://github.com/adafruit/Adafruit_CircuitPython_ADG72x.git

View file

@ -489,6 +489,7 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,
AD569x 16-bit DAC <https://docs.circuitpython.org/projects/ad569x/en/latest/>
Adafruit SeeSaw <https://docs.circuitpython.org/projects/seesaw/en/latest/>
ADG72x Analog Matrix Switches <https://docs.circuitpython.org/projects/adg72x/en/latest/>
ADS1x15 Analog-to-Digital Converter <https://docs.circuitpython.org/projects/ads1x15/en/latest/>
ADS7830 8-Channel 8-Bit ADC <https://docs.circuitpython.org/projects/ads7830/en/latest/>
AW9523 GPIO expander and LED driver <https://docs.circuitpython.org/projects/aw9523/en/latest/>

@ -0,0 +1 @@
Subproject commit 844c1c5334c4b440395853fe60c5c7941fba4818