GPIO LED灯实验 GPIO配置 1 //conf_gpio.h 2 #ifndef __CONF_GPIO_H 3 #define __CONF_GPIO_H 4 5 #include "stm32f10x_gpio.h" 6 #include "stm32f10x_rcc.h" 7 8 void GPIO_Config(void); 9 10 #endif... 嵌入式 2023-10-03 42 点赞 0 评论 63 浏览