From a162330002b92b3bc1dc2cf0ac8a231050194f4b Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 23 May 2014 08:03:42 -0500 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1626b78..6f975a7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ -AVR-USART-printf +AVR USART printf ================ AVR library that allows printf to be used and redirected to the USART. + +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 compile and install on your microcontroller use `make` and `make writeflash`