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

◆ setup()

void setup ( )

Definition at line 16 of file AdafruitBridge.ino.

16 {
17 FastLED.addLeds<WS2812, DATA_PIN, GRB>(leds, NUM_LEDS);
18 FastLED.setBrightness(50);
19}
#define NUM_LEDS
fl::CRGB leds[NUM_LEDS]
#define DATA_PIN
Definition ClientReal.h:82
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
constexpr EOrder GRB
Definition eorder.h:19

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