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

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. | |
Definition in file uart.h.
1.7.2