EDF - OnePIC MCU
v1.1.0
|
#include <stdint.h>
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. |
Definition in file OnePIC_8bit_demo_mtouch.h.
enum CAP_BUTTON_tag |
CAP_UP |
up button |
CAP_DOWN |
down button |
CAP_LEFT |
left button |
CAP_RIGHT |
right button |
CAP_ENTER |
enter button
|
Definition at line 30 of file OnePIC_8bit_demo_mtouch.h.