Added Makefile. Now builds. DOS->UNIX

This commit is contained in:
DWW
2021-06-27 16:35:34 +03:00
parent de681b31bc
commit 24ba7eab98
4 changed files with 901 additions and 891 deletions

8
code/Makefile Normal file
View File

@@ -0,0 +1,8 @@
all:
make build
make program
build:
avr-gcc main.c i2c_master.c -o counter -mmcu=attiny85
program:
avrdude

File diff suppressed because it is too large Load Diff