CONFIG_CANOPENNODE_LEDS_BICOLOR¶
CANopen bicolor LED indicator
Type: bool
Help¶
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¶
CANOPENNODE_LEDS
&& CANOPENNODE
&& 0
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At modules/canopennode/Kconfig:70
Included via Kconfig:8
→ Kconfig.zephyr:33
→ modules/Kconfig:74
Menu path: (Top) → Modules → CANopenNode support → CANopen LED indicators
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.)