stm32单片机按键控制的用法解析-1 /*
2 ::按键控制
3 PA8接LED,PE2接按键
4 */
5 #include“stm32f10x.h”
6 void RCC_Configuration(void);
7 void GPIO_Config(void);
8 void Delay(__IO uint32_t nCount);
定时器2+串口发送USART.c#includeSTM32Lib\\stm32f10x.h/************************************************串口配置函数
如果你使用stm32f10x_stdperiph_lib,会发现在stm32f10x.h文件会有一段关于宏选择的代码,如:[cpp]viewplaincopy#if!defined(STM32F10X