main_cpp file removed. SDHC support till 32GB

Dependencies:   FatFileSystem mbed

Dependents:   Spy_Robot_Complete

Fork of SDHCFileSystem by Klaus Bu

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.cpp Source File

main.cpp

00001 // #include "mbed.h"
00002  //#include "string"
00003  //#include "SDHCFileSystem.h"
00004  
00005 // SDFileSystem sd(p5, p6, p7, p8, "sd"); // mosi, miso, sclk, cs
00006    
00007  //int main() {
00008        
00009  //      FILE *fp = fopen("/sd/myfile.txt", "w");
00010  //      fprintf(fp, "\n\rHello World!\n\r");
00011   //     fclose(fp);
00012  //}