key.h 107 B

1234567891011121314151617
  1. #ifndef __KEY_H
  2. #define __KEY_H
  3. #include "main.h"
  4. void updatekeystate(void);
  5. #endif /*__KEY_H*/