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:
Diffstat (limited to 'examples/FirstLight/FirstLight.ino')
-rw-r--r--examples/FirstLight/FirstLight.ino2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/FirstLight/FirstLight.ino b/examples/FirstLight/FirstLight.ino
index eb9a3c8f..13340ebd 100644
--- a/examples/FirstLight/FirstLight.ino
+++ b/examples/FirstLight/FirstLight.ino
@@ -12,7 +12,7 @@
#define NUM_LEDS 60
// Data pin that led data will be written out over
-#define DATA_PIN 6
+#define DATA_PIN 23
// Clock pin only needed for SPI based chipsets when not using hardware SPI
//#define CLOCK_PIN 8