From ebf6265ff281252bded3bf4a216cc85f30930de8 Mon Sep 17 00:00:00 2001 From: Alexander B Date: Thu, 7 Mar 2019 21:07:55 +0100 Subject: [PATCH] Added avrdude command line arguments --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 5338905..a83bcd2 100644 --- a/README.md +++ b/README.md @@ -3,4 +3,9 @@ Microcontroller code written in C Microcontroller: AtMega328P
-Board: Arduino Nano \ No newline at end of file +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 \ No newline at end of file