Embeded Programming
Overview of Attiny85 microcontroller
The ATtiny85 is a microcontroller in a similar vein to the Arduino, but with much less IO pins, smaller memory and a smaller form factor. In fact, when we talk about the ATtiny85 we refer to the IC itself rather than the board. The ATtiny85 can be used as a bare chip on a breadboard, as long as you can supply the correct power for the device.
Pin Configuration
Writing the Blink LEDs Code
I then had to set the clock signal i wanted to use, before burning te bootloader to confirm.
The last step was to verify/compile the code, and it should now work.
Final Product