28 Serial.println(
"BlinkParallel setup starting");
29 Serial.print(
"NUM_LEDS: ");
39 Serial.print(
"Initialized 4 LED strips with ");
41 Serial.println(
" LEDs each");
43 Serial.println(
"Setup complete - starting blink animation");
55 for (
int i = 0; i < times; i++) {
66 static int loopCount = 0;
70 Serial.print(
"Starting loop iteration ");
75 Serial.print(
"Test finished - completed ");
77 Serial.println(
" iterations");
89 uint32_t start = millis();
92 uint32_t diff = millis() - start;
94 Serial.print(
"Time to fill and show for non blocking (ms): ");
98 Serial.print(
"FastLED.show() timing: ");
110 diff = millis() - start;
111 Serial.print(
"Time to fill and show for 2nd blocking (ms): ");
void blink(CRGB color, int times)
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>