PaulStoffregen / USBHost_t36

USB Host Library for Teensy 3.6 and 4.0
165 stars 85 forks source link

Hid device info example #39

Closed KurtE closed 3 years ago

KurtE commented 3 years ago

USB HID Info Example sketch

There have been many cases where users plug in some new HID device, which we do not currently support, and we have very little information to go on.

So this sketch simply tries to print out the HID information for each message received from the device.

It has a simple sub-class of the USBHIDInput class, which prints out the data. Which could give us a lot of data on adding support to the library, plus shows how users can write their own sub-class for their own devices.

PaulStoffregen commented 3 years ago

Looks like this one duplicates some of the gitignore lines from #38, causing a conflict. :(

KurtE commented 3 years ago

@PaulStoffregen - I think I removed that file from the delta now...