Replies: 2 comments 4 replies
-
Hi @Hyratel This one provide HID support in a different way and can be enabled in the menu. |
Beta Was this translation helpful? Give feedback.
1 reply
-
The STM32 core simply provides the default implementation of the Keyboard and Mouse form the Arduino standard library: You can use the default examples provided with Arduino IDE in |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I picked up some 32F401 boards because they were superior in all specs to the ATmega32u4 (Leonardo et al) and given current shortaage, cheaper by about half, but discovered to my immense dismay that there seemed to be no work being done to bring USB HID to the chip. The option exists in CubeIDE (but CubeIDE is A Mess) for the chip to have USB HID Device enabled, but I can't find anything that plugs into STM32duino for the F4 (USBComposite library is exclusive to the F103, as best I can tell)
Beta Was this translation helpful? Give feedback.
All reactions