Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FastLED/FastLED.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Garcia <danielgarcia@gmail.com>2015-08-19 20:04:56 +0300
committerDaniel Garcia <danielgarcia@gmail.com>2015-08-19 20:04:56 +0300
commitac1c9b281f643ca7bbf7ada6c41296594576ab7e (patch)
tree6105847e20823251c4ef67edeb868a1b3394bd5a /examples
parent26aaa822160790ac8200a5ee9294466073d430f7 (diff)
Undoing example change.
Diffstat (limited to 'examples')
-rw-r--r--examples/Fire2012/Fire2012.ino3
1 files changed, 1 insertions, 2 deletions
diff --git a/examples/Fire2012/Fire2012.ino b/examples/Fire2012/Fire2012.ino
index a1a8088f..dec5cd7f 100644
--- a/examples/Fire2012/Fire2012.ino
+++ b/examples/Fire2012/Fire2012.ino
@@ -1,9 +1,8 @@
-#define FASTLED_ALLOW_INTERRUPTS 1
#include <FastLED.h>
#define LED_PIN 5
#define COLOR_ORDER GRB
-#define CHIPSET WS2811_400
+#define CHIPSET WS2811
#define NUM_LEDS 30
#define BRIGHTNESS 200