|
FastLED 3.9.15
|
| bool fl::SerialPort::flush | ( | u32 | timeoutMs = 1000 | ) |
Wait for serial output to complete.
| timeoutMs | Maximum time to wait in milliseconds (default: 1000ms) |
Blocks until all buffered data is transmitted. Note: On platforms without buffering, this returns immediately.
Definition at line 129 of file serial.cpp.hpp.
References fl::flush().
Here is the call graph for this function: