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

◆ loop()

void loop ( )

Definition at line 65 of file EspI2SDemo.h.

65 {
66 leds[0] = CRGB::Red;
67 FastLED.show();
68 delay(500);
69 leds[0] = CRGB::Black;
70 FastLED.show();
71 delay(500);
72}
CRGB leds[NUM_LEDS]
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
@ Red
<div style='background:#FF0000;width:4em;height:4em;'></div>
Definition crgb.h:679
@ Black
<div style='background:#000000;width:4em;height:4em;'></div>
Definition crgb.h:567

References CRGB::Black, FastLED, leds, and CRGB::Red.