1
0
Fork 0

erstes attiny13 experiment

This commit is contained in:
neingeist 2010-09-22 17:46:45 +02:00
parent b549f17eec
commit 0118612a85
3 changed files with 479 additions and 0 deletions

View file

@ -0,0 +1,7 @@
default: blink.hex
blink.hex: blink.asm tn13def.inc
avra blink.asm
clean:
rm -f blink.hex blink.cof blink.eep.hex blink.obj