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

Method poll

src/fl/channels/channel.cpp.hpp:703–705  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

701 }
702
703 virtual DriverState poll() override {
704 return DriverState(DriverState::READY); // Always "ready" (does nothing)
705 }
706
707 virtual fl::string getName() const override {
708 return fl::string::from_literal("STUB");

Callers

nothing calls this directly

Calls 1

DriverStateClass · 0.85

Tested by

no test coverage detected