:orphan: .. title:: choice: BME280 filter coefficient .. _choice_351: .. describe:: choice: BME280 filter coefficient *BME280 filter coefficient* Type: ``bool`` Help ==== .. code-block:: none Select the filter coefficient for the BME280 sensor. Direct dependencies =================== \ :kconfig:`BME280 ` && \ :kconfig:`SENSOR ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`BME280_FILTER_4 ` Choice options ============== - \ :kconfig:`BME280_FILTER_OFF ` - \ :kconfig:`BME280_FILTER_2 ` - \ :kconfig:`BME280_FILTER_4 ` - \ :kconfig:`BME280_FILTER_8 ` - \ :kconfig:`BME280_FILTER_16 ` Kconfig definition ================== At ``/sensor/bme280/Kconfig:105`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:61`` Menu path: (Top) → Device Drivers → Sensor Drivers → BME280/BMP280 sensor .. code-block:: kconfig choice bool "BME280 filter coefficient" default BME280_FILTER_4 depends on BME280 && SENSOR help Select the filter coefficient for the BME280 sensor. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*