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 && BME280 && SENSOR

(Includes any dependencies from if’s and menus.)

Kconfig definition

At drivers/sensor/bme280/Kconfig:75

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:64drivers/sensor/Kconfig:54

Menu path: (top menu) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor → Attributes

choice
    bool
    prompt "BME280 temperature oversampling" if BME280 && BME280 && SENSOR
    default BME280_TEMP_OVER_2X if BME280 && BME280 && SENSOR
    depends on BME280 && BME280 && SENSOR
    help
      Select temperature oversampling for the BME280 sensor.  Higher values
      lead to more accurate readings, but higher power consumption.

(Definitions include propagated dependencies, including from if’s and menus.)