Skip to content

Commit

Permalink
Merge pull request #458 from adafruit/adg72x
Browse files Browse the repository at this point in the history
adding ADG72x library
  • Loading branch information
BlitzCityDIY authored Apr 16, 2024
2 parents 6b475f2 + e1abaad commit 3820822
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/adg72x
Submodule adg72x added at 844c1c

0 comments on commit 3820822

Please sign in to comment.