main_cpp file removed. SDHC support till 32GB

Dependencies:   FatFileSystem mbed

Dependents:   Spy_Robot_Complete

Fork of SDHCFileSystem by Klaus Bu

Revision:
1:0cf4fe998c40
Parent:
0:90601632692f
diff -r 90601632692f -r 0cf4fe998c40 main.cpp
--- 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