This commit is contained in:
starcalc 2017-03-02 11:08:27 +01:00
parent 535281750e
commit 519e2d6a6d
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);