arpruss / USBComposite_stm32f1

USB Composite library for STM32F1 (HID, Serial, MIDI and XBox360 controller)
Other
382 stars 76 forks source link

HID receive feature #105

Closed dextercai closed 2 years ago

dextercai commented 2 years ago

How to use the receive function of HID? Is there any solution to read the data which is send by OS through HID?

OR maybe it is a feature request.

arpruss commented 2 years ago

See the softjoystick and rawhid examples.