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-16 21:46:48 +0400
committerDaniel Garcia <danielgarcia@gmail.com>2014-03-16 21:46:48 +0400
commit3daf11b508da67a47c481623305f4e1194da257b (patch)
treea3cb891e2dadb94cee75eb5933bdcdad8cf367a1 /examples/Blink
parent7f6bbb947ed572af63c1bd1f8b6a431414610582 (diff)
Making blink trinket friendly out of the box
Diffstat (limited to 'examples/Blink')
-rw-r--r--examples/Blink/Blink.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Blink/Blink.ino b/examples/Blink/Blink.ino
index 123eafb7..ab307fda 100644
--- a/examples/Blink/Blink.ino
+++ b/examples/Blink/Blink.ino
@@ -6,7 +6,7 @@
// For led chips like Neopixels, which have a data line, ground, and power, you just
// need to define DATA_PIN. For led chipsets that are SPI based (four wires - data, clock,
// ground, and power), like the LPD8806 define both DATA_PIN and CLOCK_PIN
-#define DATA_PIN 6
+#define DATA_PIN 3
#define CLOCK_PIN 13
// Define the array of leds