Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ microsecondsPerFrame
Method
microsecondsPerFrame
src/fl/video/frame_tracker.h:27–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
fl::u32 get_exact_timestamp_ms(fl::u32 frameNumber) const;
26
27
fl::u32 microsecondsPerFrame() const { return mMicrosSecondsPerInterval; }
28
29
private:
30
fl::u32 mMicrosSecondsPerInterval;
Callers
2
durationMicros
Method · 0.80
draw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected