-
Notifications
You must be signed in to change notification settings - Fork 970
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
USB library #559
Comments
There is already a USB device support based on STM32_USB_Device_Library. Could you be more precise on what do you expect? |
There are many things I miss, because there is no API like mbed https://os.mbed.com/docs/mbed-os/v5.13/apis/usb.html :
|
Trying to port a project over from AVR, it looks like stm32duino is lacking PluggableUSB.h |
No examples on how to use the Keyboard and mouse features, and no joystick support like Roger Clark has. |
USB keyboard and mouse are functional, enable |
Track in #687 |
Can you add an USB library like the Mbed library https://github.com/ARMmbed/mbed-os/tree/master/usb/device ? Using the native USB port would be a great feature.
The text was updated successfully, but these errors were encountered: