#include "FastLED.h" #define NUM_LEDS 60 CRGB leds[NUM_LEDS]; void setup() { FastLED.addLeds (leds, NUM_LEDS); } void loop() { leds[0] ...
確定! 回上一頁