Embedded Programming

I followed the High-Low tutorial to program this board after milling and soldering the board the past week I used my ISP programer and arduino 1.0.5 software. I downloaded the ATTINY files, unzipped them and added them to the Arduino hardware folder. After restarting Arduino I found the ATTINY board on the boards menu.

Dowload The Design Files
.RAR

Programming

Three things you should change!
First
one was the board, which in this case it's attiny44 8MHz clock.
Second thing to choose the programmer, in this case it was my ISP.

Third thing is the program itself, Arduino already has a button example so by choosing it I had to re-choose the pin. I used this img to translate the pin names from the attiny numbering to the arduino numbering. it was analog pin 3

After setting everything correctly you need to burn the bootloader and make sure its working, after I did this successfully I ran the program and the LED workedÂ