Skip to content

Releases: adafruit/Adafruit_ADS1X15

2.5.0 Correct Examples and DocString to report Volts

06 Feb 17:38
c834224
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.4.2...2.5.0

2.4.2 Bump version in library.properties

15 Nov 15:29
c7ae837
Compare
Choose a tag to compare

What's Changed

  • Update version number to 2.4.2 by @tyeth in #86

Full Changelog: 2.4.1...2.4.2

2.4.1 - Updated CI Actions versions

22 May 16:45
Compare
Choose a tag to compare
Update CI action versions

2.4.0 - Continuous and Non-Blocking

08 Feb 00:23
2f58faf
Compare
Choose a tag to compare
  • 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

01 Dec 16:58
da24495
Compare
Choose a tag to compare
  • Adds ability to other differential channel configurations.

Add bool to begin.

07 Jun 19:14
67fc673
Compare
Choose a tag to compare
  • Added a bool return type for begin() to allow checking initialization success.
  • Examples updated to use the bool and print and park on failure.

Update conversionComplete

30 Mar 20:16
a9093a8
Compare
Choose a tag to compare
  • Add some parans to make operation order more explicit.

Improvements

26 Mar 18:10
2822d1e
Compare
Choose a tag to compare

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**

23 Mar 18:31
2afb654
Compare
Choose a tag to compare

BREAKING CHANGE

This release includes some library refactoring that can potentially break existing code.

  • The library files name has been changed from Adafruit_ADS1015 to Adafruit_ADS1X15. You will need to update #includes
  • 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

02 Feb 19:45
465c2ed
Compare
Choose a tag to compare