:orphan: .. title:: choice: BME680 pressure oversampling .. _choice_268: .. describe:: choice: BME680 pressure oversampling *BME680 pressure oversampling* Type: ``bool`` Help ==== .. code-block:: none Select pressure 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_PRESS_OVER_16X ` Choice options ============== - \ :kconfig:`BME680_PRESS_OVER_1X ` - \ :kconfig:`BME680_PRESS_OVER_2X ` - \ :kconfig:`BME680_PRESS_OVER_4X ` - \ :kconfig:`BME680_PRESS_OVER_8X ` - \ :kconfig:`BME680_PRESS_OVER_16X ` Kconfig definition ================== At ``/sensor/bme680/Kconfig:32`` 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 pressure oversampling" default BME680_PRESS_OVER_16X depends on BME680 && SENSOR help Select pressure 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.)*