attiny fuses
This commit is contained in:
@@ -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
|
||||
|
||||
4
sensor433/fuses.config
Normal file
4
sensor433/fuses.config
Normal file
@@ -0,0 +1,4 @@
|
||||
fuses_lo = 0xe2
|
||||
fuses_hi = 0xdf
|
||||
fuses_ext = 0xff
|
||||
lock_byte = 0xff
|
||||
Reference in New Issue
Block a user