EDF - OnePIC MCU  Preliminary v0.7.0
8bit_IR/Demo_mtouch.h File Reference
#include <stdint.h>
Include dependency graph for 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 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 Demo_mtouch.h.