Pārlūkot izejas kodu

Fix wrong comment

main
Frank pirms 4 gadiem
vecāks
revīzija
5050a04673
Revīzijas autora e-pasta adrese nav piesaistīta nevienam kontam
1 mainītis faili ar 1 papildinājumiem un 2 dzēšanām
  1. +1
    -2
      examples/ReadWrite/ReadWrite.ino

+ 1
- 2
examples/ReadWrite/ReadWrite.ino Parādīt failu

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

Notiek ielāde…
Atcelt
Saglabāt