FastLED 3.9.15
Loading...
Searching...
No Matches

◆ blink()

void blink ( CRGB color,
int times )
Examples
BlinkParallel.ino.

Definition at line 32 of file BlinkParallel.ino.

32 {
33 for (int i = 0; i < times; i++) {
34 fill(color);
35 FastLED.show();
36 delay(500);
38 FastLED.show();
39 delay(500);
40 }
41}
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:499

References CRGB::Black, FastLED, and fill().

Referenced by loop().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: