Fish project file
Dependencies: FatFileSystem mbed
Fork of SDHCFileSystem by
Revision 1:98758d87144e, committed 2015-07-15
- Comitter:
- Dean
- Date:
- Wed Jul 15 18:57:07 2015 +0000
- Parent:
- 0:90601632692f
- Commit message:
- file for fish project;
Changed in this revision
FATFileSystem.lib | Show annotated file Show diff for this revision Revisions of this file |
main.cpp | Show diff for this revision Revisions of this file |
diff -r 90601632692f -r 98758d87144e FATFileSystem.lib --- a/FATFileSystem.lib Sat Jul 24 19:45:29 2010 +0000 +++ b/FATFileSystem.lib Wed Jul 15 18:57:07 2015 +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/#2e49586324d9
diff -r 90601632692f -r 98758d87144e main.cpp --- a/main.cpp Sat Jul 24 19:45:29 2010 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ - #include "mbed.h" - #include "string" - #include "SDHCFileSystem.h" - - SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs - - int main() { - - FILE *fp = fopen("/sd/myfile.txt", "w"); - fprintf(fp, "\n\rHello World!\n\r"); - fclose(fp); - } \ No newline at end of file