Touch.h 126 B

123456
  1. #ifndef _TOUCH_H_
  2. #define _TOUCH_H_
  3. #include "typedef.h"
  4. extern void touch_init(void);
  5. extern void touch_process(void);
  6. #endif