Files
avr-usart-printf/README.md
2014-05-23 08:03:42 -05:00

11 lines
348 B
Markdown

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`