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

◆ isReady()

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

Check if device is initialized and ready for use.

Returns
true if initialized, false otherwise

Definition at line 152 of file device.cpp.hpp.

152 {
153 return pImpl && pImpl->initialized;
154}
fl::unique_ptr< Impl > pImpl
Definition device.h:134

References pImpl.

Referenced by acquireBuffer(), isBusy(), transmit(), waitComplete(), and writeAsync().

+ Here is the caller graph for this function: