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

◆ loop()

void loop ( )

Definition at line 141 of file JsonSketch.h.

141 {
142 // Simple LED pattern to show something is happening
143 static uint8_t hue = 0;
145 FastLED.show();
146 delay(50);
147}
CRGB leds[NUM_LEDS]
#define NUM_LEDS
uint8_t hue
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition FastLED.cpp:74
void fill_rainbow(struct CRGB *targetArray, int numToFill, fl::u8 initialhue, fl::u8 deltahue=5)
Fill a range of LEDs with a rainbow of colors.
Definition fill.cpp:29

References FastLED, fill_rainbow(), hue, leds, and NUM_LEDS.

+ Here is the call graph for this function: