摘要: 1 #include "stm32f10x.h" // 相当于51单片机中的 #include 2 #include "stm32f10x_gpio.h" 3 #include "stm32f10x_exti.h" 4 #include "misc.h" 5 6 /*外部中断配置*/ 7 8 9 int main(void) 10 { 11... 阅读全文
posted @ 2017-10-20 11:13 徐景祥 阅读(1986) 评论(0) 推荐(0) 编辑