:orphan: .. title:: choice: BME280 temperature oversampling .. _choice_347: .. describe:: choice: BME280 temperature oversampling *BME280 temperature oversampling* Type: ``bool`` Help ==== .. code-block:: none Select temperature 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_TEMP_OVER_2X ` Choice options ============== - \ :kconfig:`BME280_TEMP_OVER_1X ` - \ :kconfig:`BME280_TEMP_OVER_2X ` - \ :kconfig:`BME280_TEMP_OVER_4X ` - \ :kconfig:`BME280_TEMP_OVER_8X ` - \ :kconfig:`BME280_TEMP_OVER_16X ` Kconfig definition ================== At ``/sensor/bme280/Kconfig:27`` 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 temperature oversampling" default BME280_TEMP_OVER_2X depends on BME280 && SENSOR help Select temperature 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.)*