Key.h 109 B

123456789
  1. #ifndef __KEY_H
  2. #define __KEY_H
  3. #include <stdint.h>
  4. void Key_Init(void);
  5. uint8_t Key_GetNum(void);
  6. #endif