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.
GNU Lesser General Public License v3.0
2.06k stars 403 forks source link

Arduino nano #245

Closed ymolchaniuk closed 1 year ago

ymolchaniuk commented 1 year ago

Does arduino nano supported?

MHeironimus commented 1 year ago

The list of currently supported boards can be found at https://github.com/MHeironimus/ArduinoJoystickLibrary/wiki/Supported-Boards. I do not believe it is supported, since it uses a ATmega328, but the supported boards use a ATmega32U4.