mirror of
https://github.com/mcgurk/Arduino-USB-HID-RetroJoystickAdapter
synced 2024-11-21 08:35:05 -05:00
Update README.md
This commit is contained in:
parent
7c66418b39
commit
aa5003c045
@ -51,6 +51,10 @@ https://sourceforge.net/projects/winavr/
|
||||
```
|
||||
avrdude -p m32u4 -b 57600 -P com5 -c avr109 -U flash:w:Soarer_at2usb_v1.12_atmega32u4.hex
|
||||
```
|
||||
If you have Windows 10 and installed Arduino IDE:
|
||||
```
|
||||
& "C:\Program Files (x86)\Arduino\hardware\tools\avr\bin\avrdude.exe" -C "C:\Program Files (x86)\Arduino\hardware\tools\avr\etc\avrdude.conf" -p m32u4 -b 57600 -P com5 -c avr109 -U flash:w:Soarer_at2usb_v1.12_atmega32u4.hex
|
||||
```
|
||||
Bootloader mode: RST to GND two times. You have couple of seconds to start flashing. Serial port can be different than in normal mode.
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user