... the code below? code: #include <FastLED.h> #define NUM_LEDS 60 #define DATA_PIN 2 CRGB leds[NUM_LEDS]; void setup() { FastLED.addLeds<…
確定! 回上一頁