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

Method poll

src/platforms/shared/bitbang/bitbang_channel_driver.cpp.hpp:38–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38IChannelDriver::DriverState BitBangChannelDriver::poll() FL_NOEXCEPT {
39 return DriverState(DriverState::READY);
40}
41
42fl::string BitBangChannelDriver::getName() const FL_NOEXCEPT {
43 // Matches the `fl::Bus::BIT_BANG` enumerator spelling.

Callers 1

ClocklessControllerClass · 0.45

Calls 1

DriverStateClass · 0.85

Tested by

no test coverage detected