Fixed makefile. Fixed some chars. Fixed printing

This commit is contained in:
DWW
2021-06-27 19:22:22 +03:00
parent 24ba7eab98
commit 4cf149a7f1
2 changed files with 40 additions and 23 deletions

View File

@@ -5,4 +5,4 @@ build:
avr-gcc main.c i2c_master.c -o counter -mmcu=attiny85
program:
avrdude
avrdude -p attiny85 -c usbtiny -U flash:w:counter