FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
43
of file
Wave.h
.
43
{
44
Serial.begin(115200);
45
// No ScreenMap necessary for strips.
46
FastLED
.addLeds<
NEOPIXEL
, 2>(
leds
,
NUM_LEDS
);
47
}
leds
CRGB leds[NUM_LEDS]
Definition
AdafruitBridge.ino:13
NUM_LEDS
#define NUM_LEDS
Definition
AdafruitBridge.ino:11
FastLED
FL_DISABLE_WARNING_PUSH FL_DISABLE_WARNING_GLOBAL_CONSTRUCTORS CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:74
NEOPIXEL
LED controller for WS2812 LEDs with GRB color order.
Definition
FastLED.h:158
References
FastLED
,
leds
, and
NUM_LEDS
.
examples
Wave
Wave.h
Generated on Fri Aug 22 2025 20:59:34 for FastLED by
1.13.2