aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2016-03-08 16:10:33 +0100
committerKarel Kočí <cynerd@email.cz>2016-03-08 16:10:33 +0100
commit5d29fe79d30f430ae326d9dc57ccfaed6fe61328 (patch)
tree8341804d561c0060176cbebc3f9a57c7c07f7816 /README.md
parent4e773191d447ac434536262a6f204dd991d4ad77 (diff)
downloadavr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.gz
avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.tar.bz2
avr-ioe-5d29fe79d30f430ae326d9dc57ccfaed6fe61328.zip
Another full update of current work
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.md b/README.md
index 17d3110..2682fb9 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,13 @@
#AVR-IOE
##AVR input/output expansion
-This is package of code for SPI, TWI and USART interfaces from AVR
-micro-controllers.
+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`.