Reference.FileFlush History
Hide minor edits - Show changes to markup
November 21, 2010, at 01:27 PM
by David A. Mellis -
Added lines 1-22:
SD : File class
flush()
Ensures that any bytes written to the file are physically saved to the SD card. This is done automatically when the file is closed.
Syntax
file.flush()
Parameters
file: an instance of the File class (returned by SD.open())
Returns
none
See Also