2024-08-16 10:09:24 +08:00

8 lines
140 B
C

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