Defines | Functions

print.c File Reference

This module provides an interface to stdout. More...

#include <avr/io.h>
#include "xtypes.h"
#include "global.h"
#include "uart.h"
#include "print.h"
Include dependency graph for print.c:

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.

Detailed Description

Author:
Philipp Bank
Copyright:
Creative Commons by-nc-sa 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)

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.