FastLED
3.9.15
Loading...
Searching...
No Matches
◆
setup()
void setup
(
)
Definition at line
23
of file
EspI2SDemo.ino
.
23
{
24
// Uncomment/edit one of the following lines for your leds arrangement.
25
// ## Clockless types ##
26
FastLED
.addLeds<
NEOPIXEL
,
DATA_PIN
>(
leds
,
NUM_LEDS
);
// GRB ordering is assumed
27
}
leds
CRGB leds[NUM_LEDS]
Definition
Apa102.ino:11
NUM_LEDS
#define NUM_LEDS
Definition
Apa102.ino:6
DATA_PIN
#define DATA_PIN
Definition
Blink.ino:14
FastLED
CFastLED FastLED
Global LED strip management instance.
Definition
FastLED.cpp:58
NEOPIXEL
LED controller for WS2812 LEDs with GRB color order.
Definition
FastLED.h:138
References
DATA_PIN
,
FastLED
,
leds
, and
NUM_LEDS
.
examples
EspI2SDemo
EspI2SDemo.ino
Generated on Fri Apr 18 2025 03:39:31 for FastLED by
1.13.2