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: Hexiwear HexiwearFinal HexiwearFinal1
Fork of Hexi_KW40Z by
Revision 13:c36aa84374e8, committed 2018-04-30
- Comitter:
- Jashebes
- Date:
- Mon Apr 30 18:05:28 2018 +0000
- Parent:
- 1:f6f9b24aea57
- Commit message:
- Final Project
Changed in this revision
Hexi_KW40Z.cpp | Show annotated file Show diff for this revision Revisions of this file |
Hexi_KW40Z.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Hexi_KW40Z.cpp Mon Sep 19 03:39:36 2016 +0000 +++ b/Hexi_KW40Z.cpp Mon Apr 30 18:05:28 2018 +0000 @@ -74,7 +74,6 @@ { buttonUpCb = btnFct; } - void KW40Z::attach_buttonDown(button_t btnFct) { buttonDownCb = btnFct;
--- a/Hexi_KW40Z.h Mon Sep 19 03:39:36 2016 +0000 +++ b/Hexi_KW40Z.h Mon Apr 30 18:05:28 2018 +0000 @@ -188,6 +188,7 @@ void attach_buttonRight(button_t btnFct); void attach_buttonSlide(button_t btnFct); + void attach_alert(alert_t alertFct); void attach_passkey(passkey_t passkeyFct); void attach_notifications(notifications_t notFct);