Extending custom HID example for 2 separate outputs
I'm developing a device on an stm32f7 that uses USB HID to communicate data both ways.I have 4 buttons working nicely with a simple report descriptor and wrapper round USBD_HID_SendReport(). What I'd like to do is send a couple of short (8 word) 16 ...