SparkFun_BME280_Arduino_Library
SparkFun_BME280_Arduino_Library copied to clipboard
An Arduino library to control the BME280 humidity and pressure sensor.
The way that the function `Wire.requestFrom()` is used can be improved. Others are copying this code and the comment that the slave (Target) may send less than requested is confusing,...
I have used the library and it was giving wrong altitude values because of not calling the readTempC() before calling readFloatAltitudeMeters(). Then I have called it and it has been...
2nd round. See #44 Added _SPARKFUNBME280_NO_SPI and _SPARKFUNBME280_NO_I2C compile flag for smaller binary size.
The the Bosch BME280 data sheet state, > 5.4.6 Register 0xF5 "config" > The "config" register sets the rate, filter and interface options of the device. Writes to the "config"...