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

◆ ClearAll()

void ClearAll ( )

Definition at line 237 of file funky.cpp.

237 {
238 for (int i = 0; i < NUM_LEDS; i++) {
239 leds[i] = 0;
240 }
241}
CRGB leds[NUM_LEDS]
Definition Apa102.ino:11
#define NUM_LEDS
Definition Apa102.ino:6

References leds, and NUM_LEDS.

Referenced by NoiseExample2(), NoiseExample3(), NoiseExample4(), and NoiseExample5().

+ Here is the caller graph for this function: