Use SNES controllers as usb keyboard inputs on the PC using an Arduino
- Arduino Uno, with atmega16u2/atmega8u2 as USB-Serial chip. Arduino's with FTDI USB-Serial chips are not supported.
- One or more SNES controllers.
- Arduino SDK & IDE
- DFU-Programmer
- Rob Duarte, for creating nespad, the original Arduino library, on which mine is based.