:orphan: .. title:: CONFIG_MAX30101_HEART_RATE_MODE .. kconfig:: CONFIG_MAX30101_HEART_RATE_MODE CONFIG_MAX30101_HEART_RATE_MODE ############################### *Heart rate mode* Type: ``bool`` Help ==== .. code-block:: none Set to operate in heart rate only mode. The red LED channel is active. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/sensor/max30101/Kconfig:49`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:64`` → ``/sensor/Kconfig:161`` Menu path: (Top) → Device Drivers → Sensor Drivers → MAX30101 Pulse Oximeter and Heart Rate Sensor → Mode control .. code-block:: kconfig config MAX30101_HEART_RATE_MODE bool "Heart rate mode" depends on 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.)*