asdfasdfsadfsadfasdf
Dependencies: FatFileSystem mbed
Fork of SDHCFileSystem by
Revision 1:ac88cb94399c, committed 2017-06-09
- Comitter:
- dimmu8410
- Date:
- Fri Jun 09 21:19:42 2017 +0000
- Parent:
- 0:90601632692f
- Commit message:
- f<haedfgsxd
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 |
diff -r 90601632692f -r ac88cb94399c FATFileSystem.lib --- a/FATFileSystem.lib Sat Jul 24 19:45:29 2010 +0000 +++ b/FATFileSystem.lib Fri Jun 09 21:19:42 2017 +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
diff -r 90601632692f -r ac88cb94399c main.cpp --- a/main.cpp Sat Jul 24 19:45:29 2010 +0000 +++ b/main.cpp Fri Jun 09 21:19:42 2017 +0000 @@ -2,11 +2,11 @@ #include "string" #include "SDHCFileSystem.h" - SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs + SDFileSystem sd(D11, D12, D13, D10, "sd"); // mosi, miso, sclk, cs int main() { - FILE *fp = fopen("/sd/myfile.txt", "w"); - fprintf(fp, "\n\rHello World!\n\r"); + FILE *fp = fopen("/sd/barrios.txt", "w"); + fprintf(fp, "\n\rTonces que ome!\n\r"); fclose(fp); } \ No newline at end of file