From 755abb3317e4567bcaa95fde8e4cf5b94627d0ba Mon Sep 17 00:00:00 2001 From: starcalc Date: Wed, 1 Mar 2017 21:59:41 +0100 Subject: [PATCH] Control PIN for ctdo corrected. --- pixelprojektor/pixelprojektor.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pixelprojektor/pixelprojektor.ino b/pixelprojektor/pixelprojektor.ino index d4c95a1..f031f73 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);