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

◆ getFPS()

fl::u16 CFastLED::getFPS ( )
inline

Get the number of frames/second being written out.

Returns
the most recently computed FPS value

Definition at line 879 of file FastLED.h.

879{ return m_nFPS; }
fl::u16 m_nFPS
tracking for current frames per second (FPS) value
Definition FastLED.h:381

References m_nFPS.