PandA-2024.02
examples
pong
btn_ctrl.h
Go to the documentation of this file.
1
#ifndef BTN_CTRL_H
2
#define BTN_CTRL_H
3
4
#define BUTTON_UP (1 << 0)
5
#define BUTTON_DOWN (1 << 3)
6
#define BUTTON_LEFT (1 << 1)
7
#define BUTTON_RIGHT (1 << 2)
8
9
10
extern
unsigned
char
btn_ctrl
();
11
12
#endif
btn_ctrl
unsigned char btn_ctrl()
Definition:
btn_ctrl.c:3
Generated on Mon Feb 12 2024 13:02:48 for PandA-2024.02 by
1.8.13