Go to the source code of this file.
Defines | |
| #define | BUTTONS P2 |
| #define | JS_DEBOUNCE 150 |
| #define | BUTTONS_DEBOUNCE_SLOW 170 |
| #define | BUTTON_HOLD_THRESHOLD (1200 / BUTTONS_DEBOUNCE_SLOW) |
| #define | BUTTONS_DEBOUNCE_FAST 1 |
| #define | DELAY_SHORT_MESSAGE 600 |
| #define | MAIN_MENU_DEC (1 << 0) |
| #define | MAIN_MENU_INC (1 << 1) |
| #define | SUB_MENU_DEC (1 << 2) |
| #define | SUB_MENU_INC (1 << 3) |
| #define | VALUE_DEC (1 << 4) |
| #define | VALUE_INC (1 << 5) |
| #define | CLEAR_STATISTICS (1 << 6) |
| #define | RUN_STOP (1 << 7) |
Button definitions for the GazellGo development tool.
Definition in file buttons.h.
| #define BUTTON_HOLD_THRESHOLD (1200 / BUTTONS_DEBOUNCE_SLOW) |
1.7.2