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

Method getName

src/fl/channels/driver.h:214–214  ·  view source on GitHub ↗

@brief Get the driver name for affinity binding @return Driver name (e.g., "RMT", "SPI", "PARLIO"), or empty string if unnamed @note Used by Channel affinity system to bind channels to specific drivers

Source from the content-addressed store, hash-verified

212 /// @return Driver name (e.g., "RMT", "SPI", "PARLIO"), or empty string if unnamed
213 /// @note Used by Channel affinity system to bind channels to specific drivers
214 virtual fl::string getName() const FL_NOEXCEPT { return fl::string::from_literal(""); }
215
216 /// @brief Get driver capabilities (clockless, SPI, or both)
217 /// @return Capabilities struct with bool flags for supported protocols

Callers 1

addDriverMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected