key.h 115 B

1234567891011121314151617181920
  1. #ifndef _KEY_H
  2. #define _KEY_H
  3. #include "stm32f10x.h"
  4. int key_Read(void);
  5. void key_Init(void);
  6. #endif