AlanChatham / UnoJoy

UnoJoy! allows you to easily turn an Arduino Uno (or Mega or Leonardo) into a PS3-compatible USB game controller
GNU General Public License v3.0
482 stars 130 forks source link

Will this library work on Arduino Nano Atmega 328 #21

Closed ivanplkolev closed 6 years ago

ivanplkolev commented 6 years ago

Hello, when I try to upload the UnoJoyArduinoSample to my Arduno Nano, I get Invalid library found in C:\Program Files (x86)\Arduino\libraries\UnoJoy-master: C:\Program Files (x86)\Arduino\libraries\UnoJoy-master Nowere is written that the library is compatible with Nano, is there a way to run it ?

AlanChatham commented 6 years ago

It will not work on the Nano - the Nano uses the FTDI Serial-to-USB chip, whereas UnoJoy relies on being able to reflash the different serial-to-USB chip that's on the Uno and some other boards.