erstes attiny13 experiment
This commit is contained in:
parent
b549f17eec
commit
0118612a85
3 changed files with 479 additions and 0 deletions
7
projekte/attiny13/Makefile
Normal file
7
projekte/attiny13/Makefile
Normal 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
|
Reference in a new issue