attiny fuses
This commit is contained in:
parent
e1160254a5
commit
e5a395e20d
|
|
@ -6,4 +6,10 @@
|
|||
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:
|
||||
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
|
||||
|
|
|
|||
|
|
@ -0,0 +1,4 @@
|
|||
fuses_lo = 0xe2
|
||||
fuses_hi = 0xdf
|
||||
fuses_ext = 0xff
|
||||
lock_byte = 0xff
|
||||
Loading…
Reference in New Issue