#define NUM_LEDS 7
#define DATA_PIN 3
#define CLOCK_PIN 13
void setup() {
delay(2000);
}
void loop() {
delay(1000);
}
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
void show(uint8_t scale)
Update all our controllers with the current led colors, using the passed in brightness.
Representation of an RGB pixel (Red, Green, Blue)