From 4fc9d02d9cc4c37662f96f2d38d679c3e740edcc Mon Sep 17 00:00:00 2001 From: David Madison Date: Tue, 20 Dec 2016 04:46:43 -0500 Subject: [PATCH] Removed Prismatik only comment --- Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino b/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino index 0201779..55ddf55 100644 --- a/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino +++ b/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino @@ -1,6 +1,5 @@ // Slightly modified Adalight protocol implementation that uses FastLED // library (http://fastled.io) for driving WS2811/WS2812 led strip -// Was tested only with Prismatik software from Lightpack project #include "FastLED.h"