Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 219 Bytes

File metadata and controls

15 lines (11 loc) · 219 Bytes

pwm-fan-ctrl

build & flash

mkdir build && cd build
cmake ..
cmake --build . --target flash

fuse bits

avrdude -p t85 -c usbtiny -U lfuse:w:0xce:m -U hfuse:w:0xdf:m -U efuse:w:0xff:m