Переглянути джерело

Merge pull request #20 from FrankBoesing/patch-1

Fix wrong comment
main
Paul Stoffregen 4 роки тому
джерело
коміт
4f4c9abd85
Аккаунт користувача з таким Email не знайдено
1 змінених файлів з 1 додано та 2 видалено
  1. +1
    -2
      examples/ReadWrite/ReadWrite.ino

+ 1
- 2
examples/ReadWrite/ReadWrite.ino Переглянути файл

@@ -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:

Завантаження…
Відмінити
Зберегти