Serial.parseFloat()

描述

Serial.parseFloat() 可以找到缓冲区内第一个可用的浮点数,然后回传其值。非数字的字元 (或负号) 会被忽略。parseFloat() 会找到第一个非符点数的字元为止。

Serial.parseFloat() 是继承于 Stream 类别。

语法


Serial.parseFloat()

参数

回传

浮点数 (float 型别)

See also

Stream
Stream.parseFloat()


语法参考主页面

The text of the 86Duino reference is a modification of the Arduino reference, and is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the reference are released into the public domain.