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

◆ colorWipe()

void colorWipe ( int color,
int wait )

Definition at line 38 of file OctoWS2811_impl.h.

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

References FastLED, leds, and NUM_LEDS.

Referenced by loop().

+ Here is the caller graph for this function: