Project for ATTINY2313 or similar

Microcontroller connection: DIP20 or SOIC20 package

pin 10 GND (-)
pin 20 VCC (+ np.5V)
pin 1  RESET to VCC via a 10k resistor
Pin 12 of the LED connected in series with a 1k resistor to VCC

pins for an ISP programmer: e.g. avrispmkII or usbASP
pin 1  RESET
pin 17 MOSI
pin 18 MISO
pin 19 SCK
pin 10 GND

Compile the project and upload it to the microcontroller using Arduino or Eclipse. You can use the TinyCore hardware package. Depending on the programmer, set the microcontroller parameters, compile and upload.
Set any microcontroller operating speed, but you must then set the appropriate FUSE settings for the clock. For the 8MHz internal clock, set LF=E4, HF=DF, EF=FF, LOCKF=FF. By default, the new ATTINY is set to a 1MHz internal clock.
