FastLED 3.9.15
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages

◆ 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 802 of file FastLED.h.

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

References m_nFPS.