The latest development version of this page may be more current than this released 2.7.5 version.
choice: BME680 gas sensor's heater temperature in degree Celsius

BME680 gas sensor’s heater temperature in degree Celsius

Type: bool

Help

Select the gas sensor's heater temperature for the BME680 sensor.

Direct dependencies

BME680 && SENSOR

(Includes any dependencies from ifs and menus.)

Default

Choice options

Kconfig definition

At drivers/sensor/bme680/Kconfig:91

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:63

Menu path: (Top) → Device Drivers → Sensor Drivers → BME680 sensor

choice
    bool "BME680 gas sensor's heater temperature in degree Celsius"
    default BME680_HEATR_TEMP_LP
    depends on BME680 && SENSOR
    help
      Select the gas sensor's heater temperature for the BME680 sensor.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)