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

◆ wait()

bool fl::spi::MultiLaneDevice::wait ( )
inline

Convenience method - wait for transmission to complete.

Returns
true if completed, false on timeout
Note
Alias for waitComplete() with infinite timeout

Definition at line 122 of file multi_lane_device.h.

122{ return waitComplete(); }
bool waitComplete(u32 timeout_ms=(fl::numeric_limits< u32 >::max)())
Wait for pending transmission to complete.

References wait(), and waitComplete().

Referenced by wait().

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