RSeries astromech firmware
|
Go to the source code of this file.
Classes | |
class | ButtonController |
Controller class for ia-parts.com Dome Button Controller. More... | |
Macros | |
#define | DBC_PIN_DISABLED 255 |
#define | DBC_PIN_MAIN_POWER_RELAY 16 |
#define | DBC_POWER_DOWN_DELAY 2000 |
#define | DBC_SPEED 1 |
#define | DBC_LEFT_BUTTON_MAX 4 |
#define | DBC_RIGHT_BUTTON_MAX 4 |
#define | ON 1 |
#define | OFF 0 |
#define | PSI_YELLOW 1 |
#define | PSI_GREEN 2 |
#define | PSI_BOTH 3 |
#define | PSI_ALTERNATE 4 |
#define | PSI_RANDOM -1 |
#define | DBC_PIN_MAP_SIZE sizeof(DBC_PIN_MAP)/sizeof(DBC_PIN_MAP[0]) |
#define DBC_LEFT_BUTTON_MAX 4 |
#define DBC_PIN_DISABLED 255 |
#define DBC_PIN_MAIN_POWER_RELAY 16 |
#define DBC_PIN_MAP_SIZE sizeof(DBC_PIN_MAP)/sizeof(DBC_PIN_MAP[0]) |
#define DBC_POWER_DOWN_DELAY 2000 |
#define DBC_RIGHT_BUTTON_MAX 4 |
#define DBC_SPEED 1 |
#define OFF 0 |
#define ON 1 |
#define PSI_ALTERNATE 4 |
#define PSI_BOTH 3 |
#define PSI_GREEN 2 |
#define PSI_RANDOM -1 |
#define PSI_YELLOW 1 |