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

94 {
95 return (*this)[0].leds();
96}

Referenced by addLeds().

+ Here is the caller graph for this function: