Macros | Enumerations
ev3_both.h File Reference

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.
 

Detailed Description

EV3 brick definitions.

Author
Vitaly Kravtsov (in4li.nosp@m.o@gm.nosp@m.ail.c.nosp@m.om)