#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() { TwinkleRandom(20, 100, false); } void TwinkleRandom(int Count, int SpeedDelay, boolean OnlyOne) { setAll(0,0,0); for (int i=0; i