-
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.
Defaults¶
BME280_TEMP_OVER_2X
ifBME280
&&SENSOR
Choice options¶
Kconfig definition¶
At drivers/sensor/bme280/Kconfig:20
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:62
→ drivers/sensor/Kconfig:44
Menu path: (top menu) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor → Attributes
choice bool prompt "BME280 temperature oversampling" ifBME280
&&SENSOR
defaultBME280_TEMP_OVER_2X
ifBME280
&&SENSOR
depends onBME280
&&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.)