CONFIG_MAX30101_SPO2_MODE¶
SpO2 mode
Type: bool
Help¶
Set to operate in SpO2 mode. The red and IR LED channels are active.
Direct dependencies¶
<choice MAX30101_MODE: Mode control>
(Includes any dependencies from ifs and menus.)
Kconfig definition¶
At <Zephyr Driver>/sensor/max30101/Kconfig:55
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:64 → <Zephyr Driver>/sensor/Kconfig:159
Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor → Mode control
config MAX30101_SPO2_MODE
    bool "SpO2 mode"
    depends on <choice MAX30101_MODE>
    help
      Set to operate in SpO2 mode. The red and IR LED channels are active.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)