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.
Dependencies: mbed mbed-rtos X_NUCLEO_IHM02A1
Diff: Buttons.h
- Revision:
- 34:0dee9a606869
- Child:
- 35:758191d5c6e1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Buttons.h Wed Apr 24 21:08:27 2019 +0000 @@ -0,0 +1,8 @@ +#ifndef MBED_Buttons_H +#define MBED_Buttons_H + +void buttonSTART_enabled_cb(); +void buttonSTART_diable_cb(); +void buttonSTART_onpressed_cb(); + +#endif