From e57f6021887bc689e48d312ba32758bf9478fda7 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 21 Dec 2016 12:02:29 -0500 Subject: [PATCH] Replaced arduino file header comments --- Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino b/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino index 3e2eaa6..9b64b33 100644 --- a/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino +++ b/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino @@ -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 #define NUM_LEDS 80 // strip length