-
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.
Defaults¶
BME280_PRESS_OVER_16X
ifBME280
&&BME280
&&SENSOR
Choice options¶
Kconfig definition¶
At drivers/sensor/bme280/Kconfig:94
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/Kconfig:64
→ drivers/sensor/Kconfig:54
Menu path: (top menu) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor → Attributes
choice bool prompt "BME280 pressure oversampling" ifBME280
&&BME280
&&SENSOR
defaultBME280_PRESS_OVER_16X
ifBME280
&&BME280
&&SENSOR
depends onBME280
&&BME280
&&SENSOR
help Select pressure 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.)