C version of attiny45 CW beacon.
sudo apt install avr-libc avrdude gcc-avr
make flash
The project has no ability to set fuse bytes. I use default ones for my attiny45. If it's different for your chip - you need to set fuses manually.
C version of attiny45 CW beacon.
sudo apt install avr-libc avrdude gcc-avr
make flash
The project has no ability to set fuse bytes. I use default ones for my attiny45. If it's different for your chip - you need to set fuses manually.