:orphan: .. title:: CONFIG_CANOPENNODE_LEDS_BICOLOR .. kconfig:: CONFIG_CANOPENNODE_LEDS_BICOLOR CONFIG_CANOPENNODE_LEDS_BICOLOR ############################### *CANopen bicolor LED indicator* *CANopen bicolor LED indicator* Type: ``bool`` Help ==== .. code-block:: none Handle CANopen LEDs as one bicolor LED, favoring the red LED over the green LED in accordance with the CiA 303-3 specification. Help ==== .. code-block:: none Handle CANopen LEDs as one bicolor LED, favoring the red LED over the green LED in accordance with the CiA 303-3 specification. Direct dependencies =================== (\ :kconfig:`CANOPENNODE_LEDS ` && \ :kconfig:`CANOPENNODE `) || (\ :kconfig:`CANOPENNODE_LEDS ` && \ :kconfig:`CANOPENNODE ` && 0) *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definitions =================== At ``/canopennode/Kconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:6`` → ``/kconfig/Kconfig.modules:8`` Menu path: (Top) → Modules → CANopenNode (/home/runner/work/bridle/bridle/workspace/modules/lib/canopennode) → CANopenNode support → CANopen LED indicators .. code-block:: kconfig config CANOPENNODE_LEDS_BICOLOR bool "CANopen bicolor LED indicator" depends on CANOPENNODE_LEDS && CANOPENNODE help Handle CANopen LEDs as one bicolor LED, favoring the red LED over the green LED in accordance with the CiA 303-3 specification. ---- At ``/canopennode/Kconfig:70`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules → CANopenNode support → CANopen LED indicators .. code-block:: kconfig config CANOPENNODE_LEDS_BICOLOR bool "CANopen bicolor LED indicator" depends on CANOPENNODE_LEDS && CANOPENNODE && 0 help Handle CANopen LEDs as one bicolor LED, favoring the red LED over the green LED in accordance with the CiA 303-3 specification. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*