aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 2bffd3d931f0bf0cf1b5858ea182951d779649d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#  AVR-IOE
## AVR input/output expansion

This is library that implements different input/output interfaces and other
utilities. Its target is to create simple and highly configurable pack of code for
simplifying development for AVR micro-controllers.  
Code is targeted for five different chips, ATmega328p, ATmega32u4, ATmega8A,
ATtiny4313 and ATtiny85. But support for more chips can be added.

### Getting started
To use this library, you have to create new project (you can copy template
directory). Then copy/clone this repository to your project. For more information
see file `doc/usage.md`.