EDF - OnePIC MCU  v1.1.0
source/8bit_IR/OnePIC_8bit_demo_mtouch.h File Reference
#include <stdint.h>
Include dependency graph for OnePIC_8bit_demo_mtouch.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

enum  CAP_BUTTON_tag {
  CAP_UP, CAP_DOWN, CAP_LEFT, CAP_RIGHT,
  CAP_ENTER, CAP_UP, CAP_DOWN, CAP_LEFT,
  CAP_RIGHT, CAP_ENTER
}
typedef enum CAP_BUTTON_tag CAP_BUTTON
void Demo_mTouchPoll (void)
 Poll the touch buttons and if one is pressed, assign rx_byte.mcp2200_rx the value.

Detailed Description

Definition in file OnePIC_8bit_demo_mtouch.h.


Enumeration Type Documentation

Enumerator:
CAP_UP 

up button

CAP_DOWN 

down button

CAP_LEFT 

left button

CAP_RIGHT 

right button

CAP_ENTER 

enter button

Note:
individual sensitivity settings set in mTouch_config.h

Definition at line 30 of file OnePIC_8bit_demo_mtouch.h.