MHeironimus / ArduinoJoystickLibrary

An Arduino library that adds one or more joysticks to the list of HID devices an Arduino Leonardo or Arduino Micro can support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Arduino Micro and 32 Buttons

dimigav opened this issue · comments

I noticed that you support up to 32 buttons, but Arduino Micro cannot handle too much buttons.
So, if someone want to use 4 analog inputs for joystick, 2 analog inputs for rudder and lets say 23 buttons is impossible with the code.
Can you provide code for input matrix?

Thanks
Very good job anyway.

This library is not focused on how you read buttons or other hardware. It is only focused on making the Arduino appear as a Joystick/Gamepad to the host device. See the FAQ section on Buttons for information on how to read values from large numbers of buttons.