Does the TinyUSB not have a HID Joystick? I was looking at the code, and it looks like it has a Gamepad, Keyboard, and Mouse, but I did not see a Joystick. Am I missing something?
My goal is to turn a Seeeduino XIAO into a HID Joystick, with 32 buttons and 6 Axes it possible.
I am specifically referring to TinyUSB. I thought that was clear my the title of the post and the contents of the post.
It is a question, does TinyUSB really not have a Joystick HID device support? My research indicates that it does not. TinyUSB is a very popular USB library that many people have used. If you are not familiar with it, I apologize.
I am looking for guidance on making my Seeeduino XIAO appear to the host computer as a HID Joystick. I don't know what else 'engineering' there is to give.
TinyUSB does not include a USB joystick example but is is capable of emulating
any USB HID device. I have not had time to try this example but it looks promising.