FastLED 3.9.15
|
void CFastLED::countFPS | ( | int | nFrames = 25 | ) |
For debugging, this will keep track of time between calls to countFPS().
Every nFrames
calls, it will update an internal counter for the current FPS.
nFrames | how many frames to time for determining FPS |
Definition at line 323 of file FastLED.cpp.
References m_nFPS.
Referenced by show(), and showColor().