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

◆ leds()

CRGB * CFastLED::leds ( )

Get a pointer to led data for the first controller.

Returns
pointer to the CRGB buffer for the first controller

Definition at line 88 of file FastLED.cpp.

88 {
89 return (*this)[0].leds();
90}