Defines | Functions

uart.h File Reference

Header file for module <uart.c> More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define EXTERN   extern

Functions

void uart_Init (void)
 Init method of the uart module.
void uart_PutChar (CHAR c)
 Sending a single character via serial port.
CHAR uart_GetChar (void)
 Reading a single character from serial port.

Detailed Description

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

Definition in file uart.h.