Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ setMaxRefreshRate
Method
setMaxRefreshRate
tests/fl/fx/mock_fastled.h:127–129 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
125
}
126
127
void setMaxRefreshRate(uint16_t fps) override {
128
mMaxRefreshRate = fps;
129
}
130
131
uint16_t getMaxRefreshRate() const override {
132
return mMaxRefreshRate;
Callers
2
FL_TEST_FILE
Function · 0.45
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected