Nixiebunny
Member
I am using the wonderful joystick feature of the USBhost library to provide control for an underwater robot using an XBox One gamepad. However, there is a problem. As often as not when a random XBox One gamepad is connected to the Teensy, the code is unable to identify it because the USB device ID doesn't match any entries in the list built into joystick.cpp. I have dealt with this by adding new device IDs to my copy of the library file, but I'm getting to the point where others are using the code, and it's rather tedious to do this.
Is there any way to build a more comprehensive ID code list into the library on Github?
Is there any way to build a more comprehensive ID code list into the library on Github?