attiny fuses

This commit is contained in:
Stefan Ostermann 2021-07-27 22:08:25 +02:00
parent e1160254a5
commit e5a395e20d
2 changed files with 11 additions and 1 deletions

View File

@ -6,4 +6,10 @@
Copy config.h.example to config.h and set your project specific settings there. Copy config.h.example to config.h and set your project specific settings there.
# flash attiny with minipro on linux and the TL866II plus after compiling: # flash attiny with minipro on linux and the TL866II plus after compiling:
minipro -p attiny85 -w .pio/build/attiny85/firmware.hex minipro -p attiny85 -w .pio/build/attiny85/firmware.hex
# flash fuses
minipro -p attiny85 -c config -w fuses.config
# read fuses
minipro -p attiny85 -c config -r fuses.out

4
sensor433/fuses.config Normal file
View File

@ -0,0 +1,4 @@
fuses_lo = 0xe2
fuses_hi = 0xdf
fuses_ext = 0xff
lock_byte = 0xff