key.h 145 B

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