Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 576 Bytes

File metadata and controls

36 lines (22 loc) · 576 Bytes
title
Serial.end()

end()

Description

Disables serial communication, allowing the RX and TX pins to be used for general input and output. To re-enable serial communication, call Serial.begin().

Syntax

Serial.end()

Parameters

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

Returns

Nothing