#define NUM_LEDS 64
#define DATA_PIN 2
#define CLOCK_PIN 13
Serial.begin(57600);
Serial.println("resetting");
}
static uint8_t hue = 0;
Serial.print("x");
delay(10);
}
Serial.print("x");
for(
int i = (
NUM_LEDS)-1; i >= 0; i--) {
delay(10);
}
}
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
@ RGB
Red, Green, Blue (0012)
Implements a simple red square effect for 2D LED grids.
Representation of an HSV pixel (hue, saturation, value (aka brightness)).
Representation of an RGB pixel (Red, Green, Blue)