摘要: 1. 项目:野火stm32f10指南者开发板,使用USART实现数据的发送和接收。 2. 代码 主函数main.c #include "stm32f10x.h" #include "bsp_usart.h" int main(void) { USART_Config(); //发送一个字符 Usar 阅读全文
posted @ 2022-02-24 20:30 JRS077 阅读(1550) 评论(0) 推荐(0) 编辑