Hi guys.
I'm new, and I need a little help.
I'm going to do a joystick whit 2 analog and at least other 24 button.
How I can proceed?
I see this post : USB HID Joystick - Project Guidance - Arduino Forum but I'm not sure that it is going to work. Can anybody help me?
To implement a USB device I would start with an Arduino Leonardo or Arduino Micro. They use a version of the Atmel processor that includes USB hardware. The built-in Keyboard and Mouse libraries (Libraries - Arduino Reference) should be a good starting point.