EDF - OnePIC MCU
v1.1.0
|
00001 00008 #ifndef _ONEPIC_8BIT_DEMO_MTOUCH_H 00009 #define _ONEPIC_8BIT_DEMO_MTOUCH_H 00010 #include <stdint.h> 00011 00030 typedef enum CAP_BUTTON_tag { 00031 CAP_UP, 00032 CAP_DOWN, 00033 CAP_LEFT, 00034 CAP_RIGHT, 00035 CAP_ENTER 00036 } CAP_BUTTON; 00037 00038 00039 void Demo_mTouchPoll(void); 00040 #endif //_EDF_MTOUCH_H 00041