We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 575bb1d commit b0b909eCopy full SHA for b0b909e
libraries/SD/examples/ReadWrite/ReadWrite.pde
@@ -38,7 +38,8 @@ void setup()
38
}
39
Serial.println("initialization done.");
40
41
- // open a file:
+ // open the file. note that only one file can be open at a time,
42
+ // so you have to close this one before opening another.
43
myFile = SD.open("test.txt", FILE_WRITE);
44
45
// if the file opened okay, write to it:
0 commit comments