2013-06-09 19:10:43 +05:30
ATtiny
=======
2016-07-01 16:48:26 -07:00
This repo contains a set of "cores" which adds support for some members of the Atmel AVR ATtiny family of microcontroller to the Arduino IDE.
2013-06-09 19:10:43 +05:30
2016-07-01 16:48:26 -07:00
The following micro controllers are supported:
2013-06-09 19:10:43 +05:30
2016-07-01 16:48:26 -07:00
- ATtiny 25 (8 pin)
2013-06-09 19:10:43 +05:30
- ATtiny 45 (8 pin)
- ATtiny 85 (8 pin)
2016-07-01 16:48:26 -07:00
- ATtiny 24 (14 pin)
- ATtiny 44 (14 pin)
- ATtiny 84 (14 pin)
2013-06-09 19:10:43 +05:30
Installation and usage
----------------------
2021-10-20 19:03:35 -07:00
Following the [installation guide ](http://highlowtech.org/?p=1695 ) to install the core files and follow [this guide ](http://highlowtech.org/?p=1706 ) to find out how to build the circuit.
2013-06-09 19:10:43 +05:30
Also check out this video from Make which explains how to setup and use this core.
http://www.youtube.com/watch?v=30rPt802n1k
Which branch to use?
--------------------
2016-07-01 16:48:26 -07:00
If you are using Arduino 1.6.x IDE the just use the master branch.
2013-06-09 19:10:43 +05:30
2016-07-01 16:48:26 -07:00
If you are using Arduino 1.0.x IDE, then use the ide-1.0.x branch.