MCPcopy Create free account
hub / github.com/FastLED/FastLED / show

Method show

tests/fl/channels/spi_channel.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203 }
204
205 void show() override {
206 if (!mEnqueuedChannels.empty()) {
207 mTransmittingChannels = fl::move(mEnqueuedChannels);
208 mEnqueuedChannels.clear();
209 beginTransmission(mTransmittingChannels);
210 }
211 }
212
213 DriverState poll() override {
214 if (!mTransmittingChannels.empty()) {

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected