initial commit

This commit is contained in:
2025-12-07 15:19:56 -07:00
commit 4664add5db
5 changed files with 65 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
all: a.bin
a.out: main.c
avr-gcc -g -Os -mmcu=attiny84a $< -o $@
a.bin: a.out
avr-objcopy -O binary $< $@
deploy: a.bin
avrdude -p t84a -c stk500v1 -P/dev/tty.usbmodemflip_Rab3gao3 -U flash:w:$<:r