33 for (
int i = 0; i < times; i++) {
54 uint32_t start = millis();
57 uint32_t diff = millis() - start;
59 Serial.print(
"Time to fill and show for non blocking (ms): ");
69 diff = millis() - start;
70 Serial.print(
"Time to fill and show for 2nd blocking (ms): ");
void blink(CRGB color, int times)
CFastLED FastLED
Global LED strip management instance.
central include file for FastLED, defines the CFastLED class/object
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Representation of an RGB pixel (Red, Green, Blue)