fork from va009039/USBLocalFileSystem
Dependents: 11u35_usbLocalFilesystem
Fork of USBLocalFileSystem by
Diff: USBMSD2/USBMSD2.h
- Revision:
- 4:8f6857784854
- Parent:
- 0:39eb4d5b97df
- Child:
- 11:c396747794c6
diff -r 09b562c87f89 -r 8f6857784854 USBMSD2/USBMSD2.h --- 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.