Update worm.ino
This commit is contained in:
parent
92794ce0fd
commit
125bd4a568
@ -16,7 +16,7 @@ void setup() {
|
|||||||
FastLED.addLeds<PL9823, DATA_PIN>(leds, NUM_LEDS);
|
FastLED.addLeds<PL9823, DATA_PIN>(leds, NUM_LEDS);
|
||||||
initMap();
|
initMap();
|
||||||
randomSeed(analogRead(0));
|
randomSeed(analogRead(0));
|
||||||
setColor({0, 255, 255}, (CRGB) 0x0, leds);
|
FastLED.clear();
|
||||||
|
|
||||||
do {
|
do {
|
||||||
select = random(0, NUM_LEDS);
|
select = random(0, NUM_LEDS);
|
||||||
|
Loading…
Reference in New Issue
Block a user