1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/ws281x: Update kconfig model

This commit is contained in:
MrKevinWeiss 2022-03-02 14:04:04 +01:00
parent a319ae0c11
commit 061345a352
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -25,3 +25,8 @@ config MODULE_WS281X_VT100
config MODULE_WS281X_ESP32
bool
depends on HAS_ARCH_ESP32
config HAVE_WS281X
bool
help
Indicates that a WS2812/SK6812 RGB LED sensor is present.