Kehinde Aina / Mbed 2 deprecated SDHCFileSystem

Dependencies:   FatFileSystem mbed

Dependents:   Spy_Robot_Complete

Fork of SDHCFileSystem by Klaus Bu

Files at this revision

API Documentation at this revision

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