From 5d29fe79d30f430ae326d9dc57ccfaed6fe61328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 8 Mar 2016 16:10:33 +0100 Subject: Another full update of current work --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'README.md') 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`. -- cgit v1.2.3