Adafruit BME680 Library
|
Sensor field data structure. More...
#include <bme680_defs.h>
Public Attributes | |
uint8_t | status |
uint8_t | gas_index |
uint8_t | meas_index |
int16_t | temperature |
uint32_t | pressure |
uint32_t | humidity |
uint32_t | gas_resistance |
Sensor field data structure.
uint8_t bme680_field_data::gas_index |
The index of the heater profile used
uint32_t bme680_field_data::gas_resistance |
Gas resistance in Ohms
uint32_t bme680_field_data::humidity |
Humidity in % relative humidity x1000
uint8_t bme680_field_data::meas_index |
Measurement index to track order
uint32_t bme680_field_data::pressure |
Pressure in Pascal
uint8_t bme680_field_data::status |
Contains new_data, gasm_valid & heat_stab
int16_t bme680_field_data::temperature |
Temperature in degree celsius x100