Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
124
bool SpiHw8Stub::isInitialized() const FL_NOEXCEPT {
125
return mInitialized;
126
}
127
128
int SpiHw8Stub::getBusId() const FL_NOEXCEPT {
129
return mBusId;
Callers
2
begin
Method · 0.45
spi_channel_adapter.cpp.hpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected