PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
170 stars 87 forks source link

get feature report #131

Closed aughey closed 10 months ago

aughey commented 10 months ago

I'm migrating application code from a HIDDevice linux based system to an embedded implementation with USBHost_t36. On the linux side, I two methods, get_feature_report and set_feature_report. I'm trying to determine how to implement that function with USBHost_t36, but am having difficulties determining what to do. Can someone point me in the right direction?