-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I implement a device with multiple classes #85
Comments
Yes, you need to create one |
Thank you. I keep running into problems. This is what I've done:
My issues are as follows: If I create the
If I create the
If I create the
If I create the It looks to me like there is something wrong with how the |
Try |
Yes, that fixed it. Thank you! :) |
It seems to me that with const-generics, or with |
I'm struggling to understand how one would create a UsbDevice which announces itself as two devices. In my case I would like it to both be a serial port and a MIDI device. From the descriptions it seems I would have to create only one UsbDevice but How can I tell that device that it has multiple classes?
The text was updated successfully, but these errors were encountered: