Benjamin Valentin
c8651dd5ac
tests/driver_ws281x: don't overwrite board definition
...
If a board has fixed defines for `WS281X_PARAM_PIN` and `WS281X_PARAM_NUMOF`
the test will overwrite them.
This leads to the LEDs *not* working in with the test, which is very confusing.
2023-01-18 13:52:23 +01:00
3e717480ac
drivers/ws281x: pull xtimer module from test application
2021-12-11 17:56:40 +01:00
Leandro Lanzieri
062a6603c6
tests/driver: add Kconfig configuration files
2021-01-21 10:02:34 +01:00
Marian Buschsieweke
007ac492ff
drivers/ws281x: Use FEATURES_REQUIRED_ANY
2020-04-01 09:12:50 +02:00
Christian Friedrich Coors
08703766fc
drivers/ws281x: Add ESP32 support
2020-03-25 17:25:35 +01:00
Martine S. Lenders
8a53e9bf37
tests/driver_ws281x: resolve weird feature dependencies
2020-02-11 16:03:21 +01:00
Benjamin Valentin
720eff3416
tests/driver_ws281x: allow build on native
...
Also add an additional newline before each test title to improve
the rendering on native console output.
2020-02-10 14:45:26 +01:00
Benjamin Valentin
fc94abfadb
tests/driver_ws281x: use color_rgb_set_brightness()
...
Use function from color.h to manipulate the brightness of the LEDs.
2019-11-24 23:28:18 +01:00
Marian Buschsieweke
74db50032f
tests: Added test for the ws281x driver
2019-11-18 22:45:40 +01:00