Reference.FileRead History
Show minor edits - Show changes to markup
November 04, 2011, at 01:19 PM
by Scott Fitzgerald -
Added lines 7-8:
read() inherits from the Stream utility class.
Changed lines 25-26 from:
to:
November 21, 2010, at 01:18 PM
by David A. Mellis -
November 21, 2010, at 01:18 PM
by David A. Mellis -
Added lines 1-23:
SD : File class
read()
Read a byte from the file.
Syntax
file.read()
Parameters
file: an instance of the File class (returned by SD.open())
Returns
The next byte (or character), or -1 if none is available.
See Also