摘要: main.c 程序段 #include "stm32f10x.h" //STM32头文件 #include "sys.h" #include "delay.h" #include "led.h" int main (void){//主程序 RCC_Configuration(); //时钟设置 LE 阅读全文
posted @ 2020-11-24 15:25 你是我阳光 阅读(380) 评论(0) 推荐(0)