From 35b539a6606483204d77d2ad6c1f570583ab3026 Mon Sep 17 00:00:00 2001 From: mcgurk Date: Tue, 6 Sep 2016 00:16:35 +0300 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4d5e20..c0fb403 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Tested with Windows and Linux desktop computers and ARM based computers like Ras ATmega32u4 can be easily changed to act as keyboard and/or mouse too. ## Short version -- ATmega32U4 Arduino Board +- ATmega32u4 Arduino Board - Arduino IDE - Joystick library - Select controller and edit pin-numbers (if needed) from source @@ -60,5 +60,5 @@ https://en.wikipedia.org/wiki/Konami_Code https://en.wikipedia.org/wiki/List_of_Konami_code_games ## Misc -Arduino UNO R3 includes ATmega16U2 (along with ATmega328P) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO): +Arduino UNO R3 includes ATmega16u2 (along with ATmega328p) and it can be used too, but it needs some extra work (code doesn't work without modifications with UNO): https://github.com/NicoHood/HoodLoader2