fork from va009039/USBLocalFileSystem

Dependencies:   USBDevice

Dependents:   11u35_usbLocalFilesystem

Fork of USBLocalFileSystem by Norimasa Okamoto

Revision:
4:8f6857784854
Parent:
0:39eb4d5b97df
Child:
11:c396747794c6
--- a/USBMSD2/USBMSD2.h	Tue May 06 16:05:57 2014 +0900
+++ b/USBMSD2/USBMSD2.h	Thu May 08 23:43:46 2014 +0900
@@ -112,6 +112,10 @@
     */
     bool send(HID_REPORT* report);
 
+    USB_MSD* getMSD();
+    USB_CDC* getCDC();
+    USB_HID* getHID();
+
 protected:
     /*
     * Get device descriptor. Warning: this method has to store the length of the report descriptor in reportLength.