USBDevice library fork to add multi-function (e.g. Keyboard(HID) + Virtual COM Port(CDC)) usb support.
Fork of USBDevice by
Diff: USBMSD/USBMSD.cpp
- Revision:
- 70:7e8e3be9f0e3
- Parent:
- 51:deafa44182d9
--- a/USBMSD/USBMSD.cpp Tue Sep 11 15:17:01 2018 +0300 +++ b/USBMSD/USBMSD.cpp Thu Oct 04 15:43:40 2018 +0300 @@ -130,7 +130,7 @@ } //connect the device - USBDevice::connect(blocking); + // USBDevice::connect(blocking); XXX Removed from here to support multi-function usb devices return true; }