Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FastLED/FastLED
/ beginTransmission
Method
beginTransmission
tests/fl/channels/driver.cpp:87–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
private:
87
void beginTransmission(fl::span<const ChannelDataPtr> channels) {
88
transmitCount++;
89
lastChannelCount = channels.size();
90
}
91
92
fl::string mName;
93
};
Callers
1
FL_TEST_FILE
Function · 0.45
Calls
1
size
Method · 0.45
Tested by
no test coverage detected