A version of the USBMSD_SD library that doesn't try to connect in the constructor. I made this change to support an operation mode where USB MSD can be enabled later in program operation without hanging.

Dependents:   Rocket

Fork of USBMSD_SD by Greg Steiert

Revision:
1:923991b026e7
Parent:
0:de50a209c5a9
Child:
2:055119ccf5a7
--- a/USBMSD_SD.h	Sun Dec 11 15:17:54 2011 +0000
+++ b/USBMSD_SD.h	Sun Dec 11 15:52:35 2011 +0000
@@ -76,6 +76,7 @@
     int _sectors;
     
     int capacity;
+    int _status;
     
     SPI _spi;
     DigitalOut _cs;