printf_usart.c
Default mainpage
basic-usart-hw-handshaking-project
printf_usart.c
Description
Overview
Description
This file contains several function re-implementations to make the standard
printf()
method output on USART0.
The re-implemented functions are
fputc()
,
fputs()
and
putchar()
.