... void setup() { // init the LED object FastLED.addLeds<NEOPIXEL, DATA_PIN>(leds, NUM_LEDS); // set random seed randomSeed(analogRead(0)); } ...
確定! 回上一頁