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

◆ clearLeds()

void clearLeds ( )

Definition at line 110 of file complex.h.

110{ memset(leds, 0, NUM_LEDS * sizeof(CRGB)); }
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6
Representation of an RGB pixel (Red, Green, Blue)
Definition crgb.h:55

References leds, and NUM_LEDS.

Referenced by loop().

+ Here is the caller graph for this function: