#include "stm32f4xx.h"

#define Key_Port      GPIOA
#define Key_Pin       GPIO_Pin_0
#define KEY_GPIO_RCC  RCC_AHB1Periph_GPIOA
void Key_Init(void);