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

◆ getNumLEDs()

size_t fl::WLEDClient::getNumLEDs ( ) const

Get number of LEDs.

Returns
LED count

Definition at line 72 of file client.cpp.hpp.

72 {
73 if (!mController) {
74 return 0;
75 }
76
77 return mController->getNumLEDs();
78}
fl::shared_ptr< IFastLED > mController
Definition client.h:148

References mController.