fremoclock
1_3A01
FREMO Clock - Software for UTG
|
Minimal uart library with output only for debugging. More...
Go to the source code of this file.
Functions | |
static int | uart_putchar (char c, FILE *stream) |
Write char to uart. More... | |
Variables | |
static FILE | uart_stdout = FDEV_SETUP_STREAM(uart_putchar, NULL, _FDEV_SETUP_WRITE) |
Variable of type file used to redirect stdout to uart_putchr. More... | |
Minimal uart library with output only for debugging.
Hardware: ATmega8/48/88/168/328P.
Definition in file uart.c.
|
static |
|
static |