#ifndef _UBOX_CONTROL_H #define _UBOX_CONTROL_H #define UBOX_CTL_NONE 0 #define UBOX_CTL_UP 1 #define UBOX_CTL_DOWN 2 #define UBOX_CTL_RIGHT 4 #define UBOX_CTL_LEFT 8 #define UBOX_CTL_FIRE1 16 #define UBOX_CTL_FIRE2 32 void ubox_control_init(); uint8_t ubox_control_read(); #endif /* _UBOX_CONTROL_H */