key.h 204 B

12345678910111213141516171819
  1. #ifndef __KEY_H
  2. #define __KEY_H
  3. #include "main.h"
  4. void updatekeystate(void);
  5. void scanMac(void);
  6. extern uint16_t S1;
  7. extern uint16_t S2;
  8. extern uint16_t S3;
  9. extern uint16_t S4;
  10. #endif /*__KEY_H*/