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

◆ ledsSpan()

fl::span< CRGB > fl::CLEDController::ledsSpan ( )
inline

Span of LEDs managed by this controller.

Returns
CLEDController::mLeds

Definition at line 279 of file cled_controller.h.

279{ return mLeds; }
fl::span< CRGB > mLeds
span of LED data used by this controller

References FL_NOEXCEPT, and mLeds.