瀏覽代碼

Merge pull request #20 from FrankBoesing/patch-1

Fix wrong comment
main
Paul Stoffregen 4 年之前
父節點
當前提交
4f4c9abd85
沒有連結到貢獻者的電子郵件帳戶。
共有 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:

Loading…
取消
儲存