BME680 sensor field data.
More...
BME680 sensor field data.
Definition at line 155 of file bme680.h.
#include <bme680.h>
|
| uint8_t | status |
| | Status for new data, gas measurement valid and heater stable.
|
| |
| uint8_t | gas_index |
| | Index of used heater profile.
|
| |
| uint8_t | meas_index |
| | Measurement index.
|
| |
| int16_t | temperature |
| | Temperature in degree Celsius x 100.
|
| |
| uint32_t | pressure |
| | Pressure in Pascal.
|
| |
| uint32_t | humidity |
| | Relative humidity in percent x 1000.
|
| |
| uint32_t | gas_resistance |
| | Gas resistance in ohms.
|
| |
◆ gas_index
| uint8_t bme680_field_data::gas_index |
Index of used heater profile.
Definition at line 160 of file bme680.h.
◆ gas_resistance
| uint32_t bme680_field_data::gas_resistance |
Gas resistance in ohms.
Definition at line 166 of file bme680.h.
◆ humidity
| uint32_t bme680_field_data::humidity |
Relative humidity in percent x 1000.
Definition at line 165 of file bme680.h.
◆ meas_index
| uint8_t bme680_field_data::meas_index |
Measurement index.
Definition at line 161 of file bme680.h.
◆ pressure
| uint32_t bme680_field_data::pressure |
Pressure in Pascal.
Definition at line 164 of file bme680.h.
◆ status
| uint8_t bme680_field_data::status |
Status for new data, gas measurement valid and heater stable.
Use BME680_NEW_DATA_MSK, BME680_GASM_VALID_MSK and BME680_HEAT_STAB_MSK to check for the status.
Definition at line 156 of file bme680.h.
◆ temperature
| int16_t bme680_field_data::temperature |
Temperature in degree Celsius x 100.
Definition at line 163 of file bme680.h.
The documentation for this struct was generated from the following file: