聪慧眼睛

文章
5
资源
0
加入时间
2年10月17天

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...