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 nano

ymolchaniuk opened this issue · comments

Does arduino nano supported?

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.