Releases: adafruit/Adafruit_CircuitPython_ADS1x15
Releases · adafruit/Adafruit_CircuitPython_ADS1x15
3.0.0 - Refactor Pin Constants & Match Silkscreen Labels
What's Changed
- re-export symbols (classes, constants) to accessible & ergonomic locations by @pantheraleo-7 in #101
New Contributors
- @pantheraleo-7 made their first contribution in #101
Full Changelog: 2.4.4...3.0.0
2.4.4 - Update RTD Config
Full Changelog: 2.4.3...2.4.4
2.4.3 - Use Ruff
2.4.2 - RTD Sphinx Config
Full Changelog: 2.4.1...2.4.2
2.4.1 - Fix For Sphinx RTD Theme
Full Changelog: 2.4.0...2.4.1
2.4.0 - Additional Comparator Settings
What's Changed
Full Changelog: 2.3.0...2.4.0
2.3.0 - Added Comparator Functionality
2.2.26 - Update value Property Docstring
What's Changed
- Update doc string for
value
property by @caternuson in #97
Full Changelog: 2.2.25...2.2.26
2.2.25 - Fix RTD Docs Build and Unpin Sphinx
Changes: 2.2.24...2.2.25
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.24 - Handle Import Error
This release adds a fallback for enabling the library to work in contexts where microcontroller.Pin cannot be imported. Thank you @ilario
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.