README.md 544 B

LED-Waves

This is code for an ambient light that I built using a RaspberryPI 3, a strip of WS2812b LEDs and a level shifter. The software is based on jgarff's WS281x library.

How to recreate

Follow the build instructions of jgarff's library, replace his main.c with the main.c of this repository, call scons and execute the "test" executable

Future

Maybe I'll find the time to correctly separate my code from the original library and use it cleanly as a shared lib.