Control PIN for ctdo corrected.
This commit is contained in:
parent
b84d21ff83
commit
755abb3317
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue