Most recent files at repository creation

This commit is contained in:
Frans Veldman 2025-02-27 16:40:08 +00:00
commit 54cc4856ea
8 changed files with 11629 additions and 0 deletions

7
Makefile Normal file
View 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