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

Method getCapabilities

tests/fl/channels/driver.cpp:82–84  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

80 fl::string getName() const override { return mName; }
81
82 Capabilities getCapabilities() const override {
83 return Capabilities(true, true); // Mock accepts both clockless and SPI
84 }
85
86private:
87 void beginTransmission(fl::span<const ChannelDataPtr> channels) {

Callers 6

FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45
FL_TEST_FILEFunction · 0.45

Calls 1

CapabilitiesClass · 0.85

Tested by

no test coverage detected