SD card library

Dependencies:   SDFileSystem mbed

Fork of 2545_SD_Card by Craig Evans

Revision:
1:ca1280a9d929
Parent:
0:5448330e1a33
--- a/main.cpp	Fri Mar 11 16:07:41 2016 +0000
+++ b/main.cpp	Wed May 04 11:05:46 2016 +0000
@@ -18,7 +18,7 @@
 Serial serial(USBTX, USBRX);  // for PC debug
 
 void delete_file(char filename[]);
-
+/*
 int main()
 {
     serial.baud(115200);  // full-speed!
@@ -171,3 +171,4 @@
     }
     // if we can't open it, it doesn't exist and so we can't delete it
 }
+*/
\ No newline at end of file