Update README.md

This commit is contained in:
Patrick
2014-05-23 08:03:58 -05:00
parent a162330002
commit 6ceffa2342

View File

@ -1,10 +1,7 @@
AVR USART printf AVR USART printf
================ ================
AVR library that allows printf to be used and redirected to the USART. AVR library that allows printf to be used and redirected to the USART. This library has been tested with an atmega328p and atmega128.
This library has been tested with an atmega328p and atmega128.
To change your hardware/programmer/programming port consult the relevant parts of the Makefile. To change your hardware/programmer/programming port consult the relevant parts of the Makefile.
To compile and install on your microcontroller use `make` and `make writeflash` To compile and install on your microcontroller use `make` and `make writeflash`