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>2014-03-11 04:27:55 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-03-11 04:27:55 +0400
commit0bb025ef288e09173a06e74f4e647f479e555d9d (patch)
tree8e69c0265a523dfaf75d9bdd6a194aea98ae1823 /examples/Cylon
parentc81fb6b935d4adbd7d11fcabcccea5e940056648 (diff)
Due hardware SPI, FTW\!
Diffstat (limited to 'examples/Cylon')
-rw-r--r--examples/Cylon/Cylon.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Cylon/Cylon.ino b/examples/Cylon/Cylon.ino
index 3f066425..94cb7541 100644
--- a/examples/Cylon/Cylon.ino
+++ b/examples/Cylon/Cylon.ino
@@ -13,7 +13,7 @@
CRGB leds[NUM_LEDS];
void setup() {
- FastLED.addLeds<NEOPIXEL, DATA_PIN>(leds, NUM_LEDS);
+ FastLED.addLeds<LPD8806>(leds, NUM_LEDS);
}
void loop() {