Releases: adafruit/Adafruit_ADS1X15
Releases · adafruit/Adafruit_ADS1X15
2.5.0 Correct Examples and DocString to report Volts
What's Changed
- Fix doc string and millivolts value in examples by @caternuson in #89 and #90
Full Changelog: 2.4.2...2.5.0
2.4.2 Bump version in library.properties
2.4.1 - Updated CI Actions versions
Update CI action versions
2.4.0 - Continuous and Non-Blocking
- Support added for continuous reading. (see new
continuous
example) - Support added for non-blocking reading. (see new 'nonblocking` example)
- Refactor clean up of a bunch of redundant code.
- Thanks @matthewlai
2.3.0 - Additional differential options
- Adds ability to other differential channel configurations.
Add bool to begin.
- Added a
bool
return type forbegin()
to allow checking initialization success. - Examples updated to use the
bool
and print and park on failure.
Update conversionComplete
- Add some parans to make operation order more explicit.
Improvements
Summary of 2.x changes, including previous 2.0.1 release.
- Classes refactored
- Remove fixed conversion delay and use polling loop
- Add ability to set data rate
- Add function to compute volts from ADC reading
- Moved to using BusIO internally
2.0.1 - Refactored **BREAKING CHANGE**
BREAKING CHANGE
This release includes some library refactoring that can potentially break existing code.
- The library files name has been changed from
Adafruit_ADS1015
toAdafruit_ADS1X15
. You will need to update#include
s - The I2C address is now passed in via
begin()
and not the c-tor. If you were using a non-default address, then you will need to make that change. - The library now uses the
Adafruit_BusIO
library, which is a new dependency.
1.1.2 - Fixed typo in example
Bump to 1.1.2