ESPHome
2024.10.2
|
Data Structures | |
struct | BME680CalibrationData |
Struct for storing calibration data for the BME680. More... | |
class | BME680Component |
Enumerations | |
enum | BME680IIRFilter { BME680_IIR_FILTER_OFF = 0b000, BME680_IIR_FILTER_1X = 0b001, BME680_IIR_FILTER_3X = 0b010, BME680_IIR_FILTER_7X = 0b011, BME680_IIR_FILTER_15X = 0b100, BME680_IIR_FILTER_31X = 0b101, BME680_IIR_FILTER_63X = 0b110, BME680_IIR_FILTER_127X = 0b111 } |
Enum listing all IIR Filter options for the BME680. More... | |
enum | BME680Oversampling { BME680_OVERSAMPLING_NONE = 0b000, BME680_OVERSAMPLING_1X = 0b001, BME680_OVERSAMPLING_2X = 0b010, BME680_OVERSAMPLING_4X = 0b011, BME680_OVERSAMPLING_8X = 0b100, BME680_OVERSAMPLING_16X = 0b101 } |
Enum listing all oversampling options for the BME680. More... | |
Variables | |
const float BME680_GAS_LOOKUP_TABLE_1 [16] | PROGMEM |
const float BME680_GAS_LOOKUP_TABLE_2 [16] esphome::bme680::PROGMEM |
Definition at line 25 of file bme680.cpp.