#include #define NUM_LEDS 100 #define DATA_PIN 3 CRGB leds[NUM_LEDS]; void setup() { FastLED.addLeds(leds, NUM_LEDS); } void loop() { for (int i=0; i