updated with <count> arguments for disk_read and disk_write

Fork of USBMSD_SD by Samuel Mokrani

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;