UNPKG

277 BMarkdownView Raw
1You have to first set the fuse bit to run at 8MHz:
2```
3avrdude -p attiny84 -P /dev/cu.usbmodem1421 -c avrisp -b 19200 -U lfuse:w:0xe2:m -u
4```
5
6For pushing the code:
7```
8make all; avrdude -p attiny84 -P /dev/cu.usbmodem1421 -c avrisp -b 19200 -U flash:w:infrared-attx4.hex;
9```
\No newline at end of file