:orphan: .. title:: choice: BME680 humidity oversampling .. _choice_354: .. describe:: choice: BME680 humidity oversampling *BME680 humidity oversampling* Type: ``bool`` Help ==== .. code-block:: none Select humidity 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_HUMIDITY_OVER_1X ` Choice options ============== - \ :kconfig:`BME680_HUMIDITY_OVER_1X ` - \ :kconfig:`BME680_HUMIDITY_OVER_2X ` - \ :kconfig:`BME680_HUMIDITY_OVER_4X ` - \ :kconfig:`BME680_HUMIDITY_OVER_8X ` - \ :kconfig:`BME680_HUMIDITY_OVER_16X ` Kconfig definition ================== At ``/sensor/bme680/Kconfig:50`` 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 humidity oversampling" default BME680_HUMIDITY_OVER_1X depends on BME680 && SENSOR help Select humidity 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.)*