#ifndef __UART_H__ #define __UART_H__ void UartInit(); // 串口初始化 void UartInit2(); void UART_CMD();//串口命令解析 #endif