1

Dependencies:   SDFileSystem mbed

Files at this revision

API Documentation at this revision

Comitter:
yu10078999
Date:
Sat Sep 10 02:47:42 2016 +0000
Parent:
0:4e67ce020359
Commit message:
0

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Sat Sep 10 02:46:15 2016 +0000
+++ b/main.cpp	Sat Sep 10 02:47:42 2016 +0000
@@ -11,7 +11,7 @@
     wait(1);
     pc.printf("Initializing\r\n");
     
-    fp = fopen("/sd/hello.txt", "r");    //檔名可以任意改
+    fp = fopen("/sd/hello.txt", "r");    //檔名改成跟Write時候一樣的名稱
     
     if (fp == NULL) {
         pc.printf("Fail\r\n");