//加载形式
摘要: 功能实现:与上位机进行通信 宏定义需要的GPIO //头文件中的引脚 宏定义 #ifndef _USART_H #define _USART_H #include "stm32f10x.h" #include <stdio.h> // 串口1-USART1 //#define USART1 USAR 阅读全文
posted @ 2020-11-02 16:39 Serendipitychen 阅读(1766) 评论(0) 推荐(0)