I was looking into the USBH_MIDI (convert usb data to serial midi data). But i cant seem to figure out where to use the USB Vendor ID and USB Product ID. Where in the class should these be implemented and how?
static const uint8_t epDataInIndex; // DataIn endpoint index(MIDI)
static const uint8_t epDataOutIndex; // DataOUT endpoint index(MIDI)
static const uint8_t epDataInIndexVSP; // DataIn endpoint index(Vendor Specific Protocl)
static const uint8_t epDataOutIndexVSP; // DataOUT endpoint index(Vendor Specific Protocl)
The code can be found library here:
Help would be much appreciated!
Cheers,
Tim