From ca30fed69f1590cd05fc3449c5302e970c2f94d5 Mon Sep 17 00:00:00 2001 From: Jarno Lehtinen Date: Thu, 14 Feb 2019 00:01:13 +0200 Subject: [PATCH] Update README.md --- C64_joystick_atmelstudio/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/C64_joystick_atmelstudio/README.md b/C64_joystick_atmelstudio/README.md index d8933d9..10c4044 100644 --- a/C64_joystick_atmelstudio/README.md +++ b/C64_joystick_atmelstudio/README.md @@ -12,7 +12,7 @@ - Install Arduino IDE for avrdude: https://www.arduino.cc/en/main/software - Download firmware: https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter/raw/master/C64_joystick_atmelstudio/CLASS_JOYSTICK1.hex - Connect RST to GND couple of times to get Arduino Pro Micro to programming mode (notice that com-port is different in programming mode in Windows) -- Flash firmware +- Flash firmware: ``` & "C:\Program Files (x86)\Arduino\hardware\tools\avr/bin/avrdude" -C"C:\Program Files (x86)\Arduino\hardware\tools\avr/etc/avrdude.conf" -v -p m32u4 -c avr109 -P COM5 -b 57600 -U flash:w:CLASS_JOYSTICK1.hex:i ```