NicoHood / HID

Bring enhanced HID functions to your Arduino!
http://www.nicohood.de
MIT License
2.33k stars 401 forks source link

RawHID Get_Report support for Input and Feature Report #421

Open mcuee opened 1 year ago

mcuee commented 1 year ago

As of now, RawHID only supports Set_Report for Output Report and Feature Report. But it does not support Get_Report support for Input and Feature Report.

It will be good to add the support.

Reference: https://github.com/NicoHood/HID/blob/b16be57caef4295c6cd382a7e4c64db5073647f7/src/SingleReport/RawHID.cpp