From 519e2d6a6de6b951401763d7ef5ea9513fc0b9e7 Mon Sep 17 00:00:00 2001 From: starcalc Date: Thu, 2 Mar 2017 11:08:27 +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 93b849f..b4dd61c 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);