65 {
66 static int loopCount = 0;
67
69 loopCount++;
70 Serial.print(
"Starting loop iteration ");
72
73
74 if (loopCount >= 2) {
75 Serial.print(
"Test finished - completed ");
77 Serial.println(
" iterations");
78 }
79 }
80
81
85
87
88
93
94 Serial.print(
"Time to fill and show for non blocking (ms): ");
96
98 Serial.print(
"FastLED.show() timing: ");
101 }
102
104
109
111 Serial.print(
"Time to fill and show for 2nd blocking (ms): ");
113}
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.
fl::u32 millis()
Universal millisecond timer - returns milliseconds since system startup.
void delay(u32 ms, bool run_async=true) FL_NOEXCEPT
Public delay wrapper that keeps bare Arduino delay() preferred after using fl::delay; while still all...