:orphan: .. title:: choice: BME680 temperature oversampling .. _choice_352: .. describe:: choice: BME680 temperature oversampling *BME680 temperature oversampling* Type: ``bool`` Help ==== .. code-block:: none Select temperature oversampling for the BME680 sensor. Higher values lead to more accurate readings, but higher power consumption. Direct dependencies =================== \ :kconfig:`BME680 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME680_TEMP_OVER_2X ` Choice options ============== - \ :kconfig:`BME680_TEMP_OVER_1X ` - \ :kconfig:`BME680_TEMP_OVER_2X ` - \ :kconfig:`BME680_TEMP_OVER_4X ` - \ :kconfig:`BME680_TEMP_OVER_8X ` - \ :kconfig:`BME680_TEMP_OVER_16X ` Kconfig definition ================== At ``/sensor/bme680/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:63`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME680 sensor .. code-block:: kconfig choice bool "BME680 temperature oversampling" default BME680_TEMP_OVER_2X depends on BME680 && SENSOR help Select temperature oversampling for the BME680 sensor. Higher values lead to more accurate readings, but higher power consumption. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*