Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/awawa-dev/HyperHDR
/ setLedCount
Method
setLedCount
sources/effects/Effect.cpp:213–216 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
211
}
212
213
void Effect::setLedCount(int newCount)
214
{
215
_ledCount = newCount;
216
}
217
218
int Effect::getPriority() const {
219
return _priority;
Callers
1
handlerSetLeds
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected