You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
349 B
Markdown

6 years ago
## School project - Geiger counter based on a Geiger-Müller counter tube
Microcontroller code written in C<br>
<br>
Microcontroller: AtMega328P<br>
Board: Arduino Nano<br>
<br>
<br>
<br>
Use avrdude (Flash hex-code to Arduino nano):<br>
avrdude.exe -patmega328p -carduino -Pcom6 -b115200 -D -Uflash:w:"$(ProjectDir)Release\$(TargetName).hex":i<br>