You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
sentence=Compact library to interface BME280 sensors
paragraph=The main goal of the library is to provide a small and easy to use interface to BMP/BME280 sensors for weather monitoring in Arduino projects. To be most compact, only 32bit integer arithmetics are used internally. Floating point values can be easily derived if needed. The sensor settings and compensation formulae implement the algorithms from Bosch given in the BME280 datasheet.