From 8f8d0e7bf58548bd31d79f91209b79459ece984a Mon Sep 17 00:00:00 2001 From: starcalc Date: Fri, 3 Mar 2017 18:33:02 +0100 Subject: [PATCH] ctdo PIN --- pixelprojektor/pixelprojektor.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelprojektor/pixelprojektor.ino b/pixelprojektor/pixelprojektor.ino index 6945d90..6079a5c 100644 --- a/pixelprojektor/pixelprojektor.ino +++ b/pixelprojektor/pixelprojektor.ino @@ -6,7 +6,7 @@ #include #endif -#define PIN D1 //data pin for ws2812 (pixelprojektor @ ctdo: PIN 2) +#define PIN 2 //data pin for ws2812 (pixelprojektor @ ctdo: PIN 2) #define NUMPIXELS 64 NeoPatterns strip = NeoPatterns(NUMPIXELS, PIN, NEO_GRB + NEO_KHZ800, &StripComplete);