I am trying to use the USB API library to implement the USB HID with single configuration but two interfaces, each interface having two endpoints. However looks like the USBHID APIs initialize only one interface by default. Is there a different set of APIs to implement USB HID for multiple interfaces?
Manasi