choice: BME280 temperature oversampling

BME280 temperature oversampling

Type: bool

Help

Select temperature oversampling for the BME280 sensor. Higher values lead to more accurate readings, but higher power consumption.

Direct dependencies

BME280 && SENSOR

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/sensor/bme280/Kconfig:27

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:62<Zephyr>/drivers/sensor/Kconfig:61

Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor

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.)