1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/drivers/lpd8808
2024-03-26 14:53:35 +01:00
..
main.c tests/driver_lpd8808: tests/driver_apa102: rename STEP constant 2023-05-14 21:08:30 +02:00
Makefile tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00
Makefile.ci examples and tests: add atmega8 to relevent Makefile.ci 2023-07-11 21:22:02 +02:00
README.md tests/drivers: move all driver tests into own folder 2023-05-04 12:45:07 +02:00

About

This test application is made for verification of the LPD8808 LED strip driver.

Usage

Connect a LPD8808 based LED strip to a board of your choice, build, and flash this application. You should see a light running up and down your strip, slowly changing it's color.

You might need to adjust the default parameters (number of LEDs on the strip and pin configuration). You can do this simply by pre-setting the CFLAGS environment variable, e.g.:

$ CFLAGS="-DLPD8808_PARAM_LED_CNT=78"" make all