MCPcopy Create free account
hub / github.com/FastLED/FastLED / flush

Method flush

src/fl/system/serial.cpp.hpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127// Note: printf() is now implemented as an inline template in serial.h
128
129bool SerialPort::flush(u32 timeoutMs) {
130 return fl::flush(timeoutMs);
131}
132
133SerialPort::operator bool() const {
134 return fl::serial_ready();

Callers 4

_run_with_logFunction · 0.45
async_logger.hppFile · 0.45

Calls 1

flushFunction · 0.50

Tested by

no test coverage detected