I have been reprogramming some code, and I am interested to see how one would go about programming a logitech dual shock in a MagicBot robot. I am not sure if I can use the Xbox class, or somehow use the Joystick library.
I have begun to use the general human interface device library. Can I do this? Any tips on this would be greatly appreciated!
Yes, it should work, our programming lead used one yesterday at drive practice. For finding button mappings and testing if all the buttons work, I highly suggest using this: https://html5gamepad.com/
I found it a few months ago while trying to use Arduinos as gamepads, and it works really well.