|
|
||
|---|---|---|
| .. | ||
| .vscode | ||
| include | ||
| lib | ||
| schema | ||
| src | ||
| test | ||
| .gitignore | ||
| README.md | ||
| fuses.config | ||
| platformio.ini | ||
| schema.pdf | ||
| sensor.fzz | ||
| sensor_Steckplatine.png | ||
README.md
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
