From fb6d13452626791bc1de73179da5f31113dd2941 Mon Sep 17 00:00:00 2001 From: David Madison Date: Wed, 21 Dec 2016 11:02:54 -0500 Subject: [PATCH] FastLED library include to use system library --- Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino b/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino index e461837..917a814 100644 --- a/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino +++ b/Arduino/LEDstream_WS2812B/LEDstream_WS2812B.ino @@ -1,7 +1,7 @@ // Slightly modified Adalight protocol implementation that uses FastLED // library (http://fastled.io) for driving WS2811/WS2812 led strip -#include "FastLED.h" +#include #define NUM_LEDS 80 // strip length #define LED_PIN 6 // Arduino data output pin