#ifndef _KEY_H #define _KEY_H #include "stm32f10x.h" int key_Read(void); void key_Init(void); #endif