Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ injectEdges
Method
injectEdges
src/fl/channels/rx/channel.cpp.hpp:131–133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
129
}
130
131
bool RxChannel::injectEdges(fl::span<const EdgeTime> edges) FL_NOEXCEPT {
132
return mDevice ? mDevice->injectEdges(edges) : false;
133
}
134
135
} // namespace fl
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected