MCPcopy 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
86private:
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_FILEFunction · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected