From 5938070334697869e5a3337ac990f9d796657f7c Mon Sep 17 00:00:00 2001 From: Alexander B Date: Thu, 7 Mar 2019 21:08:18 +0100 Subject: [PATCH] Update 'README.md' --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a83bcd2..8180452 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ ## School project - Geiger counter based on a Geiger-Müller counter tube -Microcontroller code written in C - +Microcontroller code written in C
+
Microcontroller: AtMega328P
-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 +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