v0.5.0 #19
@ -1,7 +1,7 @@
|
||||
#include <NeoPixel.h>
|
||||
|
||||
#define PIN 2
|
||||
#define NUMPIXELS 8
|
||||
#define NUMPIXELS 1
|
||||
|
||||
NeoPixel pixels(NUMPIXELS, PIN);
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
#include <NeoPixel.h>
|
||||
|
||||
#define PIN 2
|
||||
#define NUMPIXELS 8
|
||||
#define NUMPIXELS 1
|
||||
|
||||
NeoPixel pixels(NUMPIXELS, PIN);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user