Skip to content

Commit

Permalink
Merge pull request #438 from adafruit/adding_ad569x
Browse files Browse the repository at this point in the history
Adding the AD569x library
  • Loading branch information
tannewt authored Oct 12, 2023
2 parents 25dc105 + 02049de commit 974f843
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -959,3 +959,6 @@
[submodule "libraries/helpers/json_stream"]
path = libraries/helpers/json_stream
url = https://github.com/adafruit/Adafruit_CircuitPython_JSON_Stream.git
[submodule "libraries/drivers/ad569x"]
path = libraries/drivers/ad569x
url = https://github.com/adafruit/Adafruit_CircuitPython_AD569x.git
3 changes: 2 additions & 1 deletion docs/drivers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,8 @@ These provide functionality similar to ``analogio``, ``digitalio``, ``pulseio``,

.. toctree::

ADS1x15 Analog-to-Digital Converter <https://docs.circuitpython.org/projects/ads1x15/en/latest/>
AD569x 16-bit DAC <https://docs.circuitpython.org/projects/ad569x/en/latest/>
ADS1x15 Analog-to-Digital Converter <https://docs.circuitpython.org/projects/ads1x15/en/latest/>
Adafruit SeeSaw <https://docs.circuitpython.org/projects/seesaw/en/latest/>
AW9523 GPIO expander and LED driver <https://docs.circuitpython.org/projects/aw9523/en/latest/>
Crickit Robotics Boards <https://docs.circuitpython.org/projects/crickit/en/latest/>
Expand Down
1 change: 1 addition & 0 deletions libraries/drivers/ad569x
Submodule ad569x added at e8162a

0 comments on commit 974f843

Please sign in to comment.