|
BME280 Driver 2.0.x
Driver for BME280 sensor
|
Keeps all data related to a single sensor. More...
#include <bme280_definitions.h>

Data Fields | |
| BME280_Driver_t * | driver |
| structure with driver functions | |
| struct BME280_calibration_data | trimm |
| structure with calibration data | |
| BME280_S32_t | t_fine |
| variable keeps result of internal temperature compensation and is used to compensate pressure and humidity | |
| uint8_t | initialized |
| variable stores current initialization status | |
| uint8_t | mode |
| variable stores current operating mode | |
Keeps all data related to a single sensor.