Added initial code from old counter with changes to event system

This commit is contained in:
2022-10-25 15:59:15 +03:00
parent 55bff207f2
commit 625c10081e
5 changed files with 1256 additions and 0 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=attiny84 -Wall -Wextra
program:
avrdude -p attiny84 -c usbtiny -U flash:w:counter