Most recent files at repository creation
This commit is contained in:
parent
d3d84bee85
commit
54cc4856ea
8 changed files with 11629 additions and 0 deletions
7
Makefile
Normal file
7
Makefile
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
|
||||
fuses:
|
||||
avrdude -c usbtiny -p t45 -V -U lfuse:w:0xe1:m -U hfuse:w:0x5d:m -U efuse:w:0xff:m
|
||||
|
||||
flash:
|
||||
avrdude -c usbtiny -p t45 -U flash:w:usbtiny.hex
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue