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

Method poll

tests/fl/channels/spi_channel.cpp:213–218  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211 }
212
213 DriverState poll() override {
214 if (!mTransmittingChannels.empty()) {
215 mTransmittingChannels.clear();
216 }
217 return DriverState::READY;
218 }
219
220 fl::string getName() const override { return mName; }
221

Callers 1

FL_TEST_FILEFunction · 0.45

Calls 2

emptyMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected