:orphan: .. title:: choice: BME280 pressure oversampling .. _choice_348: .. describe:: choice: BME280 pressure oversampling *BME280 pressure oversampling* Type: ``bool`` Help ==== .. code-block:: none Select pressure oversampling for the BME280 sensor. Higher values lead to more accurate readings, but higher power consumption. Direct dependencies =================== \ :kconfig:`BME280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME280_PRESS_OVER_16X ` Choice options ============== - \ :kconfig:`BME280_PRESS_OVER_1X ` - \ :kconfig:`BME280_PRESS_OVER_2X ` - \ :kconfig:`BME280_PRESS_OVER_4X ` - \ :kconfig:`BME280_PRESS_OVER_8X ` - \ :kconfig:`BME280_PRESS_OVER_16X ` Kconfig definition ================== At ``/sensor/bme280/Kconfig:45`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:61`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor .. code-block:: kconfig choice bool "BME280 pressure oversampling" default BME280_PRESS_OVER_16X depends on BME280 && SENSOR help Select pressure oversampling for the BME280 sensor. Higher values lead to more accurate readings, but higher power consumption. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*