EV3 brick definitions. More...
Go to the source code of this file.
Macros | |
| #define | GPIO_KEYS_PATH "/dev/input/by-path/platform-gpio-keys.0-event" |
| #define | DESC_LIMIT 64 |
| #define | DESC_VEC_LEN 4 |
Enumerations | |
| enum | { EV3_KEY__NONE_ = 0, EV3_KEY_UP = 0x01L, EV3_KEY_DOWN = 0x02L, EV3_KEY_LEFT = 0x04L, EV3_KEY_RIGHT = 0x08L, EV3_KEY_CENTER = 0x10L, EV3_KEY_BACK = 0x20L } |
| Identifiers of EV3 keys. | |
EV3 brick definitions.
1.8.11