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.
Dependents: bertl_led bertl_led bertl_led bertl_led ... more
Fork of Bertl by
You are viewing an older revision! See the latest version
Buttons
Methoden:
- bool WaitUntilButtonPressed()
- bool IsButtonPressed(const int btn)
- int ReturnButtonPressed()
const int BTN_FLL = 0x80; /**< button front left outer */ const int BTN_FL = 0x04; /**< button front left */ const int BTN_FM = 0x01; /**< button front middle*/ const int BTN_FR = 0x08; /**< button front right */ const int BTN_FRR = 0x40; /**< button front right outer*/ const int BTN_BL = 0x10; /**< button back left*/ const int BTN_BM = 0x02; /**< button back middle*/ const int BTN_BR = 0x20; /**< button back right*/