Serial.end()

[Serial]

説明

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

All boards:

  • Serial.end()
  • Serial1.end()

86Duino One/EduCake specific:

  • Serial2.end()
  • Serial3.end()

Parameters

none

Returns

nothing

See also


Language Reference Home

86Duino のリファレンスのテキストは Arduino レファレンス を編集したもので、 Creative Commons Attribution-ShareAlike 3.0 License下でライセンスされています。リファレンス内のコードサンプルはパブリックドメインとして公開されています。

コメントする

上部へスクロール