key.h 91 B

12345678
  1. #ifndef __KEY_H
  2. #define __KEY_H
  3. #include "stm8s.h"
  4. extern uint8_t key_read(void);
  5. #endif