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

Method isInitialized

src/platforms/stub/spi_8_stub.cpp.hpp:124–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122}
123
124bool SpiHw8Stub::isInitialized() const FL_NOEXCEPT {
125 return mInitialized;
126}
127
128int SpiHw8Stub::getBusId() const FL_NOEXCEPT {
129 return mBusId;

Callers 2

beginMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected