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

Method poll

tests/fastled_core.cpp:517–517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

515 void enqueue(ChannelDataPtr) override {}
516 void show() override {}
517 DriverState poll() override { return DriverState::READY; }
518 fl::string getName() const override { return fl::string::from_literal("STUB_ADD_REMOVE"); }
519 Capabilities getCapabilities() const override {
520 return Capabilities(true, true);

Callers 1

Calls

no outgoing calls

Tested by 1