diff options
author | Karel Kočí <cynerd@email.cz> | 2015-06-03 11:18:01 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-06-03 11:18:01 +0200 |
commit | e6bcb2f4b467b3e38f17729e20f00286010db943 (patch) | |
tree | 160d4bd5d2a83f3e2b5bb0953cc477391d22ef9c | |
parent | 366acedf48a7e8b570946fd98e248e1f21490c2c (diff) | |
download | avr-ioe-e6bcb2f4b467b3e38f17729e20f00286010db943.tar.gz avr-ioe-e6bcb2f4b467b3e38f17729e20f00286010db943.tar.bz2 avr-ioe-e6bcb2f4b467b3e38f17729e20f00286010db943.zip |
Update README.md
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,6 +1,7 @@ #AVR-IOE ##AVR input/output expansion - - -This is package of code for various inputs and outputs from AVR micro-controllers. Code is targeted for four different chips, ATmega328p, ATmega32u4, ATtinu4313 and ATtiny85. +This is package of code for SPI, TWI and USB CDC inputs and outputs from AVR +micro-controllers. +Code is targeted for five different chips, ATmega328p, ATmega32u4, ATmega8A, +ATtiny4313 and ATtiny85. But support for more chips can be added. |