Replaced arduino file header comments
This commit is contained in:
parent
821c3633a9
commit
e57f602188
|
@ -1,7 +1,14 @@
|
||||||
// Slightly modified Adalight protocol implementation that uses FastLED
|
/*
|
||||||
// library (http://fastled.io) for driving WS2811/WS2812 led strip
|
* LEDstream_WS2812B
|
||||||
|
*
|
||||||
// --------------------------------------------------------------------
|
* Modified version of Adalight protocol that uses the FastLED
|
||||||
|
* library (http://fastled.io) for driving led strips.
|
||||||
|
*
|
||||||
|
* http://github.com/dmadison/Adalight-FastLED
|
||||||
|
*
|
||||||
|
* Modifications by David Madison (@dmadison)
|
||||||
|
* Last Updated: 2016-12-21
|
||||||
|
*/
|
||||||
|
|
||||||
// -- General Settings
|
// -- General Settings
|
||||||
#define NUM_LEDS 80 // strip length
|
#define NUM_LEDS 80 // strip length
|
||||||
|
|
Loading…
Reference in New Issue