8 lines
140 B
C
8 lines
140 B
C
#ifndef __UART_H__
|
|
#define __UART_H__
|
|
|
|
void UartInit(); // 串口初始化
|
|
void UartInit2();
|
|
void UART_CMD();//串口命令解析
|
|
|
|
#endif |