NicoHood / Nintendo

Use Nintendo Controllers with Arduino
http://www.nicohood.de
MIT License
278 stars 55 forks source link

Is just only for the arduino Uno? #53

Closed lipe-dev closed 2 years ago

lipe-dev commented 2 years ago

Sorry if it's a stupid question, I'm a noob at this stuff. Is this only for the Arduino uno or can I use something like a Pro Micro with it?

Skuzee commented 2 years ago

I've done a project using this on a sparkfun pro micro and it works great (atmega32u4). The main requirement for a board is it needs to be a 16MHz AVR processor because the timing of the communication is hard coded in assembly.

lipe-dev commented 2 years ago

@Skuzee thanks friend!