Initial code commit

This commit is contained in:
2023-03-06 21:12:55 +02:00
commit c04af37359
2 changed files with 415 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 -o counter -mmcu=attiny85 -Wall -Wextra
program:
avrdude -p attiny85 -c usbtiny -U flash:w:counter