Escritura SD USB

Dependencies:   mbed

Fork of FileSys-MultiFileSystem by David Smart

Revision:
4:be096a44f789
Parent:
3:a72f30142261
Child:
6:ea80c5a132b6
diff -r a72f30142261 -r be096a44f789 main.cpp
--- a/main.cpp	Sun Mar 13 00:00:10 2016 +0000
+++ b/main.cpp	Sun Mar 13 00:59:18 2016 +0000
@@ -1,3 +1,9 @@
+///
+/// MultiFileSystem
+///
+/// This supports both USB and SD File systems simultaneously.
+///
+///
 #include "mbed.h"
 #include "MSCFileSystem.h"
 #include "SDFileSystem.h"