Manuel Caballero / BME680

Dependents:   MERGE Sensor_iAQ_sgp30_bme_si7051 POCBreath_V2_smd_commercial

Embed: (wiki syntax)

« Back to documentation index

bme680_gas_sett Struct Reference

bme680_gas_sett Struct Reference
[SENSOR API]

BME680 gas sensor which comprises of gas settings and status parameters. More...

#include <bme680_defs.h>

Data Fields

uint8_t nb_conv
uint8_t heatr_ctrl
uint8_t run_gas
uint16_t heatr_temp
uint16_t heatr_dur

Detailed Description

BME680 gas sensor which comprises of gas settings and status parameters.

Definition at line 529 of file bme680_defs.h.


Field Documentation

uint8_t heatr_ctrl

Variable to store heater control

Definition at line 533 of file bme680_defs.h.

uint16_t heatr_dur

Duration profile value

Definition at line 539 of file bme680_defs.h.

uint16_t heatr_temp

Heater temperature value

Definition at line 537 of file bme680_defs.h.

uint8_t nb_conv

Variable to store nb conversion

Definition at line 531 of file bme680_defs.h.

uint8_t run_gas

Run gas enable value

Definition at line 535 of file bme680_defs.h.