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

Method getName

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

Source from the content-addressed store, hash-verified

40}
41
42fl::string BitBangChannelDriver::getName() const FL_NOEXCEPT {
43 // Matches the `fl::Bus::BIT_BANG` enumerator spelling.
44 return fl::string::from_literal("BIT_BANG");
45}
46
47IChannelDriver::Capabilities BitBangChannelDriver::getCapabilities() const FL_NOEXCEPT {
48 return Capabilities(true, true);

Callers 1

promoteToMultiSPIMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected