-
choice: BME280 pressure oversampling
BME280 pressure oversampling
Type: bool
Help¶
Select pressure oversampling for the BME280 sensor. Higher values lead to more accurate readings, but higher power consumption.
Default¶
Choice options¶
Kconfig definition¶
At <Zephyr>/drivers/sensor/bme280/Kconfig:45
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 pressure oversampling" defaultBME280_PRESS_OVER_16X
depends onBME280
&&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.)