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

◆ isBusy()

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

Check if transmission is in progress.

Returns
true if busy, false if idle

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

265 {
266 if (!isReady()) {
267 return false;
268 }
269
270 // Busy check depends on backend type
271 return false; // Placeholder
272}
bool isReady() const
Check if device is initialized.

References isReady().

Referenced by operator=().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: