|
Adafruit BME680 Library
|
BME680 gas sensor which comprises of gas settings and status parameters. More...
#include <bme680_defs.h>
Public Attributes | |
| uint8_t | nb_conv |
| uint8_t | heatr_ctrl |
| uint8_t | run_gas |
| uint16_t | heatr_temp |
| uint16_t | heatr_dur |
BME680 gas sensor which comprises of gas settings and status parameters.
| uint8_t bme680_gas_sett::heatr_ctrl |
Variable to store heater control
| uint16_t bme680_gas_sett::heatr_dur |
Pointer to store duration profile
| uint16_t bme680_gas_sett::heatr_temp |
Pointer to store heater temperature
| uint8_t bme680_gas_sett::nb_conv |
Variable to store nb conversion
| uint8_t bme680_gas_sett::run_gas |
Run gas enable value
1.8.13