-
-
Notifications
You must be signed in to change notification settings - Fork 729
Closed
Description
The SAMD library description specifically says "USBHost does not support devices that are connected through USB hubs", however the library contains a usbhub.cpp and .h files, and the USB_desc example appears to work with hubs. Is the library description out of date, or is the hub implementation incomplete maybe? I don't yet have SAMD hardware to try this on, and want to confirm whether I could host a keyboard and a mouse simultaneously before I buy the hardware.