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

◆ setup()

void setup ( )

Definition at line 41 of file AudioUrl.ino.

41 {
42 FastLED.addLeds<WS2812B, LED_PIN, GRB>(leds, NUM_LEDS);
43 FastLED.setBrightness(128);
44}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
#define LED_PIN
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
constexpr EOrder GRB
Definition eorder.h:19

References FastLED, GRB, LED_PIN, leds, and NUM_LEDS.