From 2e1e3793a6cea6c58e50e7f05f4a8df5280dfa82 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 21 Dec 2016 13:23:19 -0500 Subject: [PATCH] Removed byline in arduino header comment --- Arduino/LEDstream_FastLED/LEDstream_FastLED.ino | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino index 82921ad..f7bfd89 100644 --- a/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino +++ b/Arduino/LEDstream_FastLED/LEDstream_FastLED.ino @@ -1,12 +1,9 @@ -/* - * LEDstream_FastLED +/* LEDstream_FastLED * * 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 */