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

1732{ return mNFPS; }
fl::u16 mNFPS
tracking for current frames per second (FPS) value
Definition FastLED.h:613

References mNFPS.