Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: FatFileSystem mbed
Dependents: Spy_Robot_Complete
Fork of SDHCFileSystem by
Revision 1:0cf4fe998c40, committed 2016-12-11
- Comitter:
- kennyainny
- Date:
- Sun Dec 11 20:34:03 2016 +0000
- Parent:
- 0:90601632692f
- Commit message:
- troublesome 'main' file removed
Changed in this revision
FATFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/FATFileSystem.lib Sat Jul 24 19:45:29 2010 +0000 +++ b/FATFileSystem.lib Sun Dec 11 20:34:03 2016 +0000 @@ -1,1 +1,1 @@ -http://mbed.org/users/mbed_unsupported/code/fatfilesystem/ \ No newline at end of file +http://mbed.org/users/mbed_unsupported/code/fatfilesystem/#333d6e93e58f
--- a/main.cpp Sat Jul 24 19:45:29 2010 +0000 +++ b/main.cpp Sun Dec 11 20:34:03 2016 +0000 @@ -1,12 +1,12 @@ - #include "mbed.h" - #include "string" - #include "SDHCFileSystem.h" +// #include "mbed.h" + //#include "string" + //#include "SDHCFileSystem.h" - SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs +// SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs - int main() { + //int main() { - FILE *fp = fopen("/sd/myfile.txt", "w"); - fprintf(fp, "\n\rHello World!\n\r"); - fclose(fp); - } \ No newline at end of file + // FILE *fp = fopen("/sd/myfile.txt", "w"); + // fprintf(fp, "\n\rHello World!\n\r"); + // fclose(fp); + //} \ No newline at end of file