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

◆ getFPS()

uint16_t CFastLED::getFPS ( )
inline

Get the number of frames/second being written out.

Returns
the most recently computed FPS value

Definition at line 856 of file FastLED.h.

856{ return m_nFPS; }
uint16_t m_nFPS
tracking for current frames per second (FPS) value
Definition FastLED.h:373

References m_nFPS.