The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_MHZ19B

Winsen CO2 sensor

Type: bool

Help

Enable driver for the MHZ19B CO2 Sensor.

Direct dependencies

UART_INTERRUPT_DRIVEN && SENSOR

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/sensor/mhz19b/Kconfig:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:64drivers/sensor/Kconfig:171

Menu path: (Top) → Device Drivers → Sensor Drivers

config MHZ19B
    bool "Winsen CO2 sensor"
    depends on UART_INTERRUPT_DRIVEN && SENSOR
    help
      Enable driver for the MHZ19B CO2 Sensor.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)