-
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.
Default¶
3 if
BOARD_BBC_MICROBIT
Kconfig definition¶
At drivers/led_strip/Kconfig.ws2812b_sw:30
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:68
→ drivers/led_strip/Kconfig:34
Menu path: (Top) → Device Drivers → LED strip drivers → Enable WS2812B software-based LED strip driver
config WS2812B_SW_GPIO_PIN int "GPIO pin that the LED strip is connected to" default 3 ifBOARD_BBC_MICROBIT
depends onWS2812B_SW
&&LED_STRIP
help GPIO pin number that the LED strip is connected to.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)