2017年10月21日

STM32 点亮LED

摘要: 1 #include "stm32f10x.h" 2 3 void RCC_Configuration(void); 4 void GPIO_Configuration(void); 5 6 u8 dt=0; 7 void delay(u32 nCount) 8 { 9 for(;nCount!=0;nCount--); 10 } 11 12 13 int main(v... 阅读全文

posted @ 2017-10-21 22:29 坐看云起的从容 阅读(261) 评论(0) 推荐(0) 编辑

导航