lpd8806-asyncfx
This is a wrapper library for lpd8806-async. The intention of this is to act as an animation/led sequence library.
It is based heavily off of a library written by v0od0oChild
Install
npm install lpd8806-asyncfx
Example
// It takes one parameter, the number of leds on the strip.// In this example, it's 32 leds.var leds = 32; leds; // After nodejs shuts down (ctrl+c), this runs so it can turn off the LED'sprocess;
TODO: Add more animation sequences!