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

◆ colorWipe()

void colorWipe ( int color,
int wait )

Definition at line 41 of file OctoWS2811.ino.

42{
43 for (int i=0; i < NUM_LEDS; i++) {
44 leds[i] = color;
45 FastLED.show();
46 delayMicroseconds(wait);
47 }
48}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:58

References FastLED, leds, and NUM_LEDS.

Referenced by loop().

+ Here is the caller graph for this function: