By: Michael Burmeister,
created: 2018-04-15
| updated: 2019-01-21
This is a library written in C that commuicates with the BME280 sensor from Adafruits.
The library uses i2c to communicate with the sensor and provides Temperature, Humidity, and Barametric pressure.
This sensor requires a lot of math to built the data for these sensors and doing this in integer math is complicated.
The library also has a define to use floating point as well.
enjoy
Mike
Comments
Github version found here
https://github.com/iseries1/BME280