This module provides an interface to stdout. More...
#include <avr/io.h>#include "xtypes.h"#include "global.h"#include "uart.h"#include "print.h"
Go to the source code of this file.
Defines | |
| #define | EXPORT |
Functions | |
| void | print_Init (void) |
| Init fnction of module print. | |
| INT16 | print_Char (CHAR c, FILE *stream) |
| Common interface function for stdout. | |
This module is used to provide an exchangeable interface for stdout-functions like printf.
Printing characters is redirected to uart_PutChar().
Definition in file print.c.
1.7.2