摘要: 一、测试不同波特率 测试代码: while(1) { LED1_ON(); bsp_uart_Printf("这是一个测试程序%d\r\n", num); LED1_OFF(); bsp_uart_Printf("这是一个测试程序%d\r\n", num); num ++; } void bsp_u 阅读全文
posted @ 2024-11-23 12:03 Chao-J 阅读(102) 评论(0) 推荐(0)