소스 검색

Fix wrong comment

main
Frank 4 년 전
부모
커밋
5050a04673
No account linked to committer's email address
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…
취소
저장