EDF - OnePIC MCU  Preliminary v0.7.0
8bit_IR/Demo_mtouch.h
Go to the documentation of this file.
00001 
00008 #ifndef _DEMO_MTOUCH_H
00009 #define _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