ArduinoGamepad
ArduinoGamepad copied to clipboard
A GamePad HID library for Arduino Pro Micro/Leonardo (ATMega32u4)
In the readme the setters for the axes all expect an uint8_t but that should be an int8_t.
Probably a minor thing, but I'm only weeks into Arduino use and the current way to install libraries seems to be to use the library manager to install the ZIP...
Programmed my arduino Leonardo on my Linux machine and it works as a gamepad, however it doesn't recognize on my Mac.
I'm working on a handheld using the pro micro and I need at least two more buttons.
Hello everyone! I'm in need of some assistance with a custom **Arduino Leonardo game controller** I've been working on. I've utilized the library here to set up my controller. It's...