Releases: adafruit/Adafruit_BME280_Library
Releases · adafruit/Adafruit_BME280_Library
2.0.2 - Added docs badge
Update library.properties
2.0.1 - Actions update
Update library.properties
*Breaking Change* Change in sensor detection, addition of Adafruit Sensor
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
Update I2C Constructors
- Allow for all combos of default / custom I2C port / address. Thanks @hhk7734
1.0.10 - Bugfix & Travis
Updated to make sure sensor is in sleep when configs are changed
Updated travis config
1.0.9
Update library.properties
Fix register shifting calcs
startup fix
1.0.7 DM: bump