How to program an Attiny85 or Attiny84: Difference between revisions
Jump to navigation
Jump to search
(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...") |
|||
Line 3: | Line 3: | ||
* Arduino IDE must be installed | * Arduino IDE must be installed | ||
* You have a programmer board with FTDI/USB adaptor | * You have a programmer board with FTDI/USB adaptor | ||
[[File:IMG_0300_small.jpg]] | |||
[ | |||
===Tiny Core Library=== | ===Tiny Core Library=== |
Revision as of 15:39, 11 December 2014
Prerequisite
- Arduino IDE must be installed
- You have a programmer board with FTDI/USB adaptor
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.