:orphan: .. title:: choice: BME680 pressure oversampling .. _choice_214: .. describe:: choice: BME680 pressure oversampling *BME680 pressure oversampling* Type: ``bool`` Help ==== Select pressure oversampling for the BME680 sensor. Higher values lead to more accurate readings, but higher power consumption. Direct dependencies =================== \ :option:`BME680 ` && \ :option:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`BME680_PRESS_OVER_16X ` Choice options ============== - \ :option:`BME680_PRESS_OVER_1X ` - \ :option:`BME680_PRESS_OVER_2X ` - \ :option:`BME680_PRESS_OVER_4X ` - \ :option:`BME680_PRESS_OVER_8X ` - \ :option:`BME680_PRESS_OVER_16X ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/sensor/bme680/Kconfig:32`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:62`` → ``drivers/sensor/Kconfig:63`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME680 sensor .. parsed-literal:: choice bool "BME680 pressure oversampling" default \ :option:`BME680_PRESS_OVER_16X ` depends on \ :option:`BME680 ` && \ :option:`SENSOR ` help Select pressure oversampling for the BME680 sensor. Higher values lead to more accurate readings, but higher power consumption. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*