摘要: 1 #include "stm32f10x.h" 2 #include "stm32f10x_gpio.h" 3 4 //内核,(NVIC) 5 #include "misc.h" 6 7 //点亮红色灯 PB5 8 //step1:使能 9 Rcc_APB2PeriPhClockCmd( 10 Rcc_APB2PeriPh_GPIOB,ENABLE); 11 //ste... 阅读全文
posted @ 2017-10-18 09:30 徐景祥 阅读(577) 评论(0) 推荐(0)