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

◆ colorWipe()

void colorWipe ( int color,
int wait )

Definition at line 36 of file OctoWS2811_impl.h.

37{
38 for (int i=0; i < NUM_LEDS; i++) {
39 leds[i] = color;
40 FastLED.show();
41 delayMicroseconds(wait);
42 }
43}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74

References FastLED, leds, and NUM_LEDS.

Referenced by loop().

+ Here is the caller graph for this function: