uart1CheckChar Function

Checks & Receives a character from the UART1

Syntax

int uart1CheckChar(void);

Parameters

N/A

Return Value

Received character or  -1

Remarks

N/A

Requirements

uart1.h

Example

N/A