Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
eventflags.h
- Committer:
- hi1000
- Date:
- 2019-06-08
- Revision:
- 14:2e17a27f56b2
- Child:
- 17:faa4d4976d22
File content as of revision 14:2e17a27f56b2:
#define BUTTON1_HOLD_EVENT 0x0001 #define BUTTON1_PRESSED_EVENT 0x0002 #define BUTTON2_HOLD_EVENT 0x0004 #define BUTTON2_PRESSED_EVENT 0x0008 #define BUTTON3_HOLD_EVENT 0x0010 #define BUTTON3_PRESSED_EVENT 0x0020 #define BUTTON4_HOLD_EVENT 0x0040 #define BUTTON4_PRESSED_EVENT 0x0080 #define MENU_HOLD_EVENT BUTTON4_HOLD_EVENT #define MENU_PRESSED_EVENT BUTTON4_PRESSED_EVENT #define ENTER_HOLD_EVENT BUTTON3_HOLD_EVENT #define ENTER_PRESSED_EVENT BUTTON3_PRESSED_EVENT #define LEFT_HOLD_EVENT BUTTON2_HOLD_EVENT #define LEFT_PRESSED_EVENT BUTTON2_PRESSED_EVENT #define RIGHT_HOLD_EVENT BUTTON1_HOLD_EVENT #define RIGHT_PRESSED_EVENT BUTTON1_PRESSED_EVENT #define LCD_DISPLAY_HOLD_EVENT 0x0001 #define LCD_DISPLAY_RELEASE_EVENT 0x0002