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

Method poll

tests/fl/channels/detail/validation/platform.hpp:20–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18 void enqueue(ChannelDataPtr) override {}
19 void show() override {}
20 DriverState poll() override { return DriverState::READY; }
21 fl::string getName() const override { return mName; }
22 Capabilities getCapabilities() const override { return Capabilities(true, false); }
23 bool canHandle(const ChannelDataPtr&) const override { return true; }

Callers 1

FL_TEST_FILEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected