key.h 164 B

1234567891011121314151617
  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. #endif /*__KEY_H*/