9#if SKETCH_HAS_LOTS_OF_MEMORY
31 FL_WARN(
"Setup complete - starting blink animation");
43 for (
int i = 0; i < times; i++) {
54 static int loopCount = 0;
58 FL_WARN(
"Starting loop iteration " << loopCount);
62 FL_WARN(
"FL_WARN test finished - completed " << loopCount <<
" iterations");
74 uint32_t start = millis();
77 uint32_t diff = millis() - start;
79 Serial.print(
"Time to fill and show for non blocking (ms): ");
83 FL_WARN(
"FastLED.show() timing: " << diff <<
"ms");
93 diff = millis() - start;
94 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.
central include file for FastLED, defines the CFastLED class/object
#define EVERY_N_MILLISECONDS(N)
Alias for EVERY_N_MILLIS.
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)