#include <FastLED.h> CRGB leds[2]; void setup() { FastLED.addLeds<WS2812, 2, GRB>(leds, 2); } void loop() { leds[0] = CRGB(255, 0, ...
確定! 回上一頁