创客百科

姿势共享,有节操无门槛参与的创客百科,创客动力之源 \ (^_^) /

用户工具

站点工具


en:arduino:language:serial_parseint

Serial

parseInt()

Description

Looks for the next valid integer in the incoming serial stream. parseInt() inherits from the Stream utility class.

Syntax

Serial.parseInt()

Arduino Mega only:
Serial1.parseInt()
Serial2.parseInt()
Serial3.parseInt()

Parameters

none

Returns

int : the next valid integer Example

See also

  • begin()
  • end()
  • available()
  • read()
  • peek()
  • parseInt()
  • flush()
  • print()
  • println()
  • write()
  • SerialEvent()
  • Stream.parseInt()

Reference Home

本页面的其他翻译:
en/arduino/language/serial_parseint.txt · 最后更改: 2016/12/25 22:15 (外部编辑)