@@ -15,12 +15,19 @@ Install avr-gcc and type a simple "make" to compile.
## Programming
You can program the ATtiny with every AVR compatible ISP-programmer. To save space, there is no programming connector on the board. You have to solder wires on the ATtiny:
Pin 8 - VCC
Pin 4 - GND
Pin 6 - MISO
Pin 5 - MOSI
Pin 7 - SCK
Pin 1 - Reset
Install avrdude. Edit the programmer options in the Makefile, then type "make install" to flash.