-
choice: BME280 standby time
BME280 standby time
Type: bool
Help¶
Select standby time between measurements for the BME280 sensor. Higher values lead to lower power consumption.
Default¶
Choice options¶
Kconfig definition¶
At <Zephyr>/drivers/sensor/bme280/Kconfig:81
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 standby time" defaultBME280_STANDBY_1000MS
depends onBME280
&&SENSOR
help Select standby time between measurements for the BME280 sensor. Higher values lead to lower power consumption.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)