16 lines
419 B
Markdown
16 lines
419 B
Markdown
# Sensor Module with 433 Mhz Sender
|
|
|
|

|
|
|
|
# Build
|
|
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
|
|
|
|
# flash fuses
|
|
minipro -p attiny85 -c config -w fuses.config
|
|
|
|
# read fuses
|
|
minipro -p attiny85 -c config -r fuses.out
|