摘要: #include "stm32f10x.h"#include <stdio.h>#include <String.h> void RCC_cfg(void);void GPIO_cfg(void);void Delay(uint32_t nCount);void NVIC_cfg(void);voi 阅读全文
posted @ 2017-12-11 20:46 随心佩 阅读(5083) 评论(0) 推荐(0) 编辑