Does anyone have an example of USB-HID implementation with both IN and OUT endpoints ?
The USB-HID ST library comes with an example of Mouse device that I have adapted successfully.
However it only has a single Input endpoint to send reports to the Host.
I am mainly interested in OUT endpoint for communication Host to device.
Does anyone have already coded something similar ?
For example a mouse/Keyboard with LEDs feedback or Joystick with vibration feedback.
I cannot find any concrete example on the web...