Skip to content

Releases: adafruit/Adafruit_CircuitPython_ADS1x15

2.2.10 - Updated pylint version, linted

15 Nov 19:05
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.9 Adding Typing Information

28 Oct 15:03
b0ca4ba
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.8 - Moved pylint from build.yml to .pre-commit-config.yml

02 Mar 23:55
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.7 - Fixed issue with Black and Pylint versions in the pre-commit config

10 Feb 22:30
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.6 - Moved to pre-commit, added licensing info

20 Jan 22:58
49c4a5d
Compare
Choose a tag to compare

pre-commit has been added to the GitHub Actions workflow in this repository. pre-commit allows you to run multiple checks, such as black and checking the REUSE licensing compliance, both locally and on GitHub Actions with one command.

You can run pre-commit locally with pre-commit run --all-files

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

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

Read the docs for info on how to use it.

2.2.5 - Improved continuous read example

07 Jan 18:22
2a0f208
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.4 - Made ads1x15_fast_read.py example more verbose

11 Dec 21:30
c513e9e
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

2.2.3 - Remove old PyLint Directive

26 Aug 00:02
5a71959
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.

Update for continuous reads

28 Jun 17:47
1ffc009
Compare
Choose a tag to compare
  • Fixes issue when reading multiple channels in continuous mode. Thanks @zacnelson and @dherrada.

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

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

Read the docs for info on how to use it.

2.2.1 - Added Black check, reran Black with Python 3 target.

10 Apr 18:43
0ecce36
Compare
Choose a tag to compare

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

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

Read the docs for info on how to use it.