Skip to content

*Breaking Change* Change in sensor detection, addition of Adafruit Sensor

Compare
Choose a tag to compare
@ladyada ladyada released this 29 Dec 08:52
· 43 commits to master since this release
95f050b

BREAKING:
Removed some 'too smart' sensor detection code. We no longer look for alternate I2C addresses
begin() has been simplified for I2C, there's only one begin() function for I2C, and you can pass in address / Wire

Also added Adafruit Sensor interface to create individual Temp/Humidity/Pressure Sensor objects.
Moved to Actions CI & clang-formatted