创客百科

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

用户工具

站点工具


arduino:libraries:fileread

SD:File类

read()

读取文件的一个字节(byte)。

read() 继承自 Stream 类.

语法

file.read()

参数

file:File类的object(由SD.open()返回)

返回

下一个字节(或字符),如无下一字节(或字符)则返回 -1。

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