
SDFileSystem
Dependencies: mbed PowerControl SDFileSystem
Fork of SDFilesystem by
Revision 2:d8e8144373cc, committed 2016-12-14
- Comitter:
- MEXT1
- Date:
- Wed Dec 14 16:12:46 2016 +0000
- Parent:
- 1:47daa1a922c4
- Child:
- 3:e61ac065965e
- Commit message:
- SDFileSystem
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/main.cpp Tue Dec 13 07:06:47 2016 +0000 +++ b/main.cpp Wed Dec 14 16:12:46 2016 +0000 @@ -9,7 +9,6 @@ pc.printf("Hello world!\r\n"); char str[100]; mkdir("/sd/mydir", 0777); - printf("helloworld\r\n"); FILE *fp = fopen("/sd/mydir/sdtest.txt","w"); if(fp == NULL) { error("Could not open file for write\r\n");