摘要: 自定义USART_printf如下 #include <stdarg.h> #include <stdio.h> #include <string.h> void USART_printf (UART_HandleTypeDef *huart,char *fmt, ...){ static char 阅读全文
posted @ 2020-02-20 15:50 阿坦 阅读(1041) 评论(0) 推荐(1)