摘要: 1 #include "stm32f10x.h" // 相当于51单片机中的 #include 2 #include "stm32f10x_gpio.h" 3 #include "stm32f10x_exti.h" 4 #include "misc.h" 5 /* 6 *K1 K2作为中断源控制红色LED灯,实现任意键按一下LED灯亮或者灭 7 */ 8 ... 阅读全文
posted @ 2017-10-23 15:21 徐景祥 阅读(2473) 评论(0) 推荐(0) 编辑