Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ poll
Method
poll
tests/fastled_core.cpp:157–159 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
155
}
156
157
DriverState poll() override {
158
return DriverState(DriverState::READY);
159
}
160
161
fl::string getName() const override { return mName; }
162
Callers
nothing calls this directly
Calls
1
DriverState
Class · 0.85
Tested by
no test coverage detected