RTOS_MSPM0  1.1
ECE445M starter code
UART2.h
Go to the documentation of this file.
1 
29 #ifndef __UART2_H__
30 #define __UART2_H__
31 
40 void UART2_Init(void);
41 
50 char UART2_InChar(void);
51 
52 
53 
54 
55 #endif // __UART2_H__
char UART2_InChar(void)
get data from FIFO1
void UART2_Init(void)
Initialize UART1.