Show minor edits - Show changes to markup
Close the file, and ensure that any data written to it is physically saved to the SD card. Because the SD library support only one open file at a time, you must close a file before opening another one.
Close the file, and ensure that any data written to it is physically saved to the SD card.
SD : File class
Close the file, and ensure that any data written to it is physically saved to the SD card. Because the SD library support only one open file at a time, you must close a file before opening another one.
file.close()
file: an instance of the File class (returned by SD.open())
none