FastLED 3.9.15
Loading...
Searching...
No Matches

◆ isReady()

bool fl::spi::ParallelDevice::isReady ( ) const

Check if device is initialized.

Returns
true if initialized and ready

Definition at line 231 of file parallel_device.cpp.hpp.

231 {
232 return pImpl && pImpl->initialized && pImpl->backend != nullptr;
233}
fl::unique_ptr< Impl > pImpl

References pImpl.

Referenced by isBusy(), operator=(), waitComplete(), and write().

+ Here is the caller graph for this function: