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 106 of file FastLED.cpp.

106 {
107 return (*this)[0].leds();
108}

Referenced by addLeds().

+ Here is the caller graph for this function: