-
CONFIG_WS2812B_SW_GPIO_PIN
¶
GPIO pin that the LED strip is connected to
Type: int
Help¶
GPIO pin number that the LED strip is connected to.
Defaults¶
- 3 if
BOARD_BBC_MICROBIT
&&WS2812B_SW
&&LED_STRIP
Kconfig definition¶
At drivers/led_strip/Kconfig.ws2812b_sw:33
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:74
→ drivers/led_strip/Kconfig:37
Menu path: (top menu) → Device Drivers → LED strip drivers → Enable WS2812B software-based LED strip driver
config WS2812B_SW_GPIO_PIN int prompt "GPIO pin that the LED strip is connected to" ifWS2812B_SW
&&LED_STRIP
default 3 ifBOARD_BBC_MICROBIT
&&WS2812B_SW
&&LED_STRIP
depends onWS2812B_SW
&&LED_STRIP
help GPIO pin number that the LED strip is connected to.
(Definitions include propagated dependencies, including from if’s and menus.)