How to program an Attiny85 or Attiny84

From lechacal
Revision as of 15:37, 11 December 2014 by Administrator (talk | contribs) (Created page with "===Prerequisite=== * Arduino IDE must be installed * You have a programmer board with FTDI/USB adaptor [http://lechacal.com/Programmer/IMG_0300_small.JPG] ===Tiny Core Libr...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prerequisite

  • Arduino IDE must be installed
  • You have a programmer board with FTDI/USB adaptor

[1]

Tiny Core Library

We recommend the tiny core library from this link below.

http://code.google.com/p/arduino-tiny/

Download it and install it in the sketchbook/hardware folder. Follow instructions in the README file for this.