Releases: sparkfun/SparkFun_BME280_Arduino_Library
Releases · sparkfun/SparkFun_BME280_Arduino_Library
Fix ESP8266 compile issues
Remove Wire.begin(). Add data burst read method.
v2.0.9 Update library.properties
Adding get/set for temperature correction
It is good practice to not expose variables such as this to the user, and instead to have getters/setters.
Updating SPISettings To allow modification of modes
v2.0.7 updating SPISettings config
Fixing issue with multiple calls of Begin to get chipID
v2.0.6 bumping to v2.0.6, not calling begin multiple times to get chip ID
v2.0.5
Fix issue 30, corrects alt coefficient
v2.0.4 Lib ver roll
Add temp correction
v2.0.3 Lib ver roll
Add dewpoint calcs
v2.0.2 Lib ver roll
More functions exposed
Wire port is now definable (for example Wire1, softWire, etc). Filter, tStandby, and over sample levels are set via functions. Local pressure reference is now settable. Added and sorted the examples.