Skip to content

2.0.1 - Refactored **BREAKING CHANGE**

Compare
Choose a tag to compare
@evaherrada evaherrada released this 23 Mar 18:31
· 36 commits to master since this release
2afb654

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.