Added initial code from old counter with changes to event system
This commit is contained in:
8
code/Makefile
Normal file
8
code/Makefile
Normal 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
|
||||
Reference in New Issue
Block a user