Hi,
I have been playing with HID_DATA which works great and I wonder if it is possible to implement more than one feature/ feature report in the AVR device.
If so, how would this look like?
Thanks, Tom
Question about HID_DATA / multiple feature reports
Re: Question about HID_DATA / multiple feature reports
That's easily possible. See AVR-Doper as an example. In main.c of the firmware, have a look at the report descriptor (usbDescriptorHidReport). It defines various feature reports of different sizes.