Skip to content

Releases: adafruit/Adafruit_CircuitPython_AD569x

2.0.6 - RTD Sphinx Config

16 Jan 18:32
Compare
Choose a tag to compare

2.0.5 - Reset Fix

09 Dec 16:17
537f288
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.4...2.0.5

2.0.4 - Fix Readme

06 Nov 11:59
d9e17c3
Compare
Choose a tag to compare

What's Changed

  • fix circup instruction. convert tabs to spaces in readme by @FoamyGuy in #4

New Contributors

Full Changelog: 2.0.3...2.0.4

2.0.3 - Fix For Sphinx RTD Theme

07 Oct 21:33
Compare
Choose a tag to compare

2.0.2 - Fix RTD Docs Build and Unpin Sphinx

09 Dec 17:11
Compare
Choose a tag to compare

Changes: 2.0.1...2.0.2

To use in CircuitPython, simply install the Adafruit CircuitPython Bundle.

To use in CPython, pip3 install adafruit-circuitpython-ad569x.

Read the docs for info on how to use it.

Update Docs

17 Nov 01:02
Compare
Choose a tag to compare

This release adds additional comments in docsctrings to explain constant values use.

2.0.0 - Gain setting fix

14 Nov 16:02
Compare
Choose a tag to compare
  • Parameter setting has been fixed.
  • dac and update_dac have been removed for clarity.
  • adafruit_register is no longer required.

1.0.0 - First release

11 Oct 21:50
Compare
Choose a tag to compare

This module works with the AD569x DACs over I2C.

To use in CircuitPython, download the .mpy file and copy it to the lib folder on the CIRCUITPY drive.

Read the docs for info on how to use it.