#include "FastLED.h" #define NUM_LEDS 60 CRGB leds[NUM_LEDS]; #define PIN 6 void setup() { FastLED.addLeds(leds, NUM_LEDS).setCorrection( TypicalLEDStrip ); } // *** REPLACE FROM HERE *** void loop() { RunningLights(0xff,0xff,0x00, 50); } void RunningLights(byte red, byte green, byte blue, int WaveDelay) { int Position=0; for(int i=0; i