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

Method isReady

src/fl/channels/spi/device.cpp.hpp:152–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

150}
151
152bool Device::isReady() const {
153 return pImpl && pImpl->initialized;
154}
155
156// ============================================================================
157// Unsupported RX Operations (TX-Only SPI Design)

Callers 1

waitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected