Control PIN for ctdo corrected.

This commit is contained in:
starcalc 2017-03-01 21:59:41 +01:00
parent b84d21ff83
commit 755abb3317
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#include <avr/power.h>
#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);