diff options
author | Birte Kristina Friesel <derf@finalrewind.org> | 2024-11-16 18:16:39 +0100 |
---|---|---|
committer | Birte Kristina Friesel <derf@finalrewind.org> | 2024-11-16 18:16:39 +0100 |
commit | 044c1749ae5df2257719bcbff67eb76141e903d1 (patch) | |
tree | 74d4afefc34e0fce0c6058854fc8b8a99dfded9d /src/app/ws2812b-test/Kconfig | |
parent | 3c4779d3827f9c5893b0fa496fb709e9d55b5d9c (diff) |
Add WS2812b test application
Diffstat (limited to 'src/app/ws2812b-test/Kconfig')
-rw-r--r-- | src/app/ws2812b-test/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/app/ws2812b-test/Kconfig b/src/app/ws2812b-test/Kconfig new file mode 100644 index 0000000..fdc4884 --- /dev/null +++ b/src/app/ws2812b-test/Kconfig @@ -0,0 +1,6 @@ +# Copyright 2020 Birte Kristina Friesel +# +# SPDX-License-Identifier: CC0-1.0 + +prompt "WS2812b Test" +depends on arch_arduino_nano && meta_driver_neopixel |