Update 'README.md'

This commit is contained in:
Alexander B 2019-03-07 21:08:18 +01:00
parent ebf6265ff2
commit 5938070334

View File

@ -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<br>
<br>
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
Board: Arduino Nano<br>
<br>
<br>
<br>
Use avrdude (Flash hex-code to Arduino nano):<br>
avrdude.exe-patmega328p -carduino -Pcom6 -b57600 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i<br>