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

Method getCapabilities

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

Source from the content-addressed store, hash-verified

709 }
710
711 virtual Capabilities getCapabilities() const override {
712 return Capabilities(true, true); // Stub accepts both clockless and SPI
713 }
714};
715
716} // anonymous namespace

Callers 1

addDriverMethod · 0.45

Calls 1

CapabilitiesClass · 0.85

Tested by

no test coverage detected