mwx::flush

Mono Wireless Inc.

mwx::flush

Flush the output buffer of mwx::stream. Instance to a helper class that calls the flush() method.

for (int i = 0; i < 127; ++i) {
    Serial << "hello world! (" << i << ")" << twe::endl << twe::flush;
}