SD card library

Dependencies:   SDFileSystem mbed

Fork of 2545_SD_Card by Craig Evans

Files at this revision

API Documentation at this revision

Comitter:
mihikasridhar
Date:
Wed May 04 11:05:46 2016 +0000
Parent:
0:5448330e1a33
Commit message:
Deleted main since it was letting other code compile.

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r 5448330e1a33 -r ca1280a9d929 main.cpp
--- 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