Update worm.ino

This commit is contained in:
Daniel Løvbrøtte Olsen 2017-04-04 09:34:44 +02:00 committed by GitHub
parent 92794ce0fd
commit 125bd4a568

View File

@ -16,7 +16,7 @@ void setup() {
FastLED.addLeds<PL9823, DATA_PIN>(leds, NUM_LEDS);
initMap();
randomSeed(analogRead(0));
setColor({0, 255, 255}, (CRGB) 0x0, leds);
FastLED.clear();
do {
select = random(0, NUM_LEDS);