MCPcopy Create free account
hub / github.com/FastLED/FastLED / getMaxRefreshRate

Method getMaxRefreshRate

src/fl/control/wled/client.cpp.hpp:134–140  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

132}
133
134u16 WLEDClient::getMaxRefreshRate() const {
135 if (!mController) {
136 return 0;
137 }
138
139 return mController->getMaxRefreshRate();
140}
141
142} // namespace fl

Callers 1

FastLED.cpp.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected