Skip to content

s-leroux/attiny

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

Arduino for ATtiny
==================
By Sylvain Leroux <sylvain@chicoree.fr>
Based on Arduino attiny support by David A. Mellis.

This set of file add support for (some) ATtiny chip on
the Arduino platform.

Currently supported chips are:
- ATtiny45 (original work by David A. Mellis)
- ATtiny85 (original work by David A. Mellis)
- ATtiny44 (original work by David A. Mellis)
- ATtiny84 (original work by David A. Mellis)
- ATtiny2313 (by Sylvain Leroux)

Usage
-----
cd /path/to/my/sketchbook
mkdir hardware
cd hardware
git clone http://github.com/s-leroux/attiny -b Arduino1

Next time you launch the Arduino IDE, the supported chip will be added
to the ''tools > board'' menu. Upload you sketch using the appropriate
ISP programmer.

About

ATtiny microcontroller support for the Arduino IDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 68.3%
  • C 31.7%