Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/damellis/attiny
ATtiny microcontroller support for the Arduino IDE
https://github.com/damellis/attiny
Last synced: 14 days ago
JSON representation
ATtiny microcontroller support for the Arduino IDE
- Host: GitHub
- URL: https://github.com/damellis/attiny
- Owner: damellis
- Created: 2011-09-30T14:02:32.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2021-11-17T20:42:23.000Z (almost 3 years ago)
- Last Synced: 2024-10-15T10:09:51.640Z (29 days ago)
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 719
- Watchers: 79
- Forks: 227
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Awesome-arduino - attiny - ATtiny microcontroller support for the Arduino IDE (IDE)
- awesome-arduino - attiny - ATtiny microcontroller support for the Arduino IDE (IDE)
README
ATtiny
=======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.
The following micro controllers are supported:
- ATtiny 25 (8 pin)
- ATtiny 45 (8 pin)
- ATtiny 85 (8 pin)
- ATtiny 24 (14 pin)
- ATtiny 44 (14 pin)
- ATtiny 84 (14 pin)Installation and usage
----------------------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.
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?
--------------------If you are using Arduino 1.6.x IDE the just use the master branch.
If you are using Arduino 1.0.x IDE, then use the ide-1.0.x branch.