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.