:orphan: .. title:: choice: BME280 standby time .. _choice_211: .. describe:: 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. Direct dependencies =================== \ :option:`BME280 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BME280_STANDBY_1000MS ` Choice options ============== - \ :option:`BME280_STANDBY_05MS ` - \ :option:`BME280_STANDBY_62MS ` - \ :option:`BME280_STANDBY_125MS ` - \ :option:`BME280_STANDBY_250MS ` - \ :option:`BME280_STANDBY_500MS ` - \ :option:`BME280_STANDBY_1000MS ` - \ :option:`BME280_STANDBY_2000MS ` - \ :option:`BME280_STANDBY_4000MS ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bme280/Kconfig:81`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:61`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor .. parsed-literal:: choice bool "BME280 standby time" default \ :option:`BME280_STANDBY_1000MS ` depends on \ :option:`BME280 ` && \ :option:`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.)*