Added avrdude command line arguments

This commit is contained in:
Alexander B 2019-03-07 21:07:55 +01:00
parent 4e023c2d97
commit ebf6265ff2

View File

@ -4,3 +4,8 @@ Microcontroller code written in C
Microcontroller: AtMega328P<br>
Board: Arduino Nano
Use avrdude (Flash hex-code to Arduino nano):
avrdude.exe-patmega328p -carduino -Pcom6 -b57600 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i