Skip to content

Latest commit

 

History

History
61 lines (41 loc) · 1.04 KB

File metadata and controls

61 lines (41 loc) · 1.04 KB
title
Serial.flush()

flush()

Description

Waits for the transmission of outgoing serial data to complete.

flush() inherits from the Stream utility class.

Syntax

Serial.flush()

Parameters

Serial: serial port object. See the list of available serial ports for each board on the Serial main page.

Returns

Nothing

See also