Quellcode durchsuchen

Merge pull request #20 from FrankBoesing/patch-1

Fix wrong comment
main
Paul Stoffregen vor 4 Jahren
Ursprung
Commit
4f4c9abd85
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 2 gelöschten Zeilen
  1. +1
    -2
      examples/ReadWrite/ReadWrite.ino

+ 1
- 2
examples/ReadWrite/ReadWrite.ino Datei anzeigen

@@ -55,8 +55,7 @@ void setup()
}
Serial.println("initialization done.");
// open the file. note that only one file can be open at a time,
// so you have to close this one before opening another.
// open the file.
myFile = SD.open("test.txt", FILE_WRITE);
// if the file opened okay, write to it:

Laden…
Abbrechen
Speichern