USB composite (HID & CDC)
I am trying to use the usb COMPOSITE library. (AL94.I-Cube-USBD-COMPOSITE.1.0.3)
Followed the instruction How to generate the code from MXcude for USB CDC and USB HID.
the code compile successfully. and I can see those devices when I attach my NUCLEO bord to the computer.
But I could not find any documentation how to send information to the CDC or receive.
also for the HID Keyboard.
where can I find information how to use this library?
To receive and send information for both devices.
