Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding the AD569x library #438

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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