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

CONFIG_MAX30101_HEART_RATE_MODE

Heart rate mode

Type: bool

Help

Set to operate in heart rate only mode. The red LED channel is
active.

Direct dependencies

<choice MAX30101_MODE: Mode control>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/sensor/max30101/Kconfig:49

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

Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor → Mode control

config MAX30101_HEART_RATE_MODE
    bool "Heart rate mode"
    depends on <choice MAX30101_MODE>
    help
      Set to operate in heart rate only mode. The red LED channel is
      active.

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