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.
Revision 5:faff91d60ae3, committed 2017-07-14
- Comitter:
- vargham
- Date:
- Fri Jul 14 18:38:31 2017 +0000
- Parent:
- 4:d54859273629
- Commit message:
- Auto enable interrupt.
Changed in this revision
Button.h | Show annotated file Show diff for this revision Revisions of this file |
--- a/Button.h Fri Jul 14 18:22:24 2017 +0000 +++ b/Button.h Fri Jul 14 18:38:31 2017 +0000 @@ -43,6 +43,7 @@ , _onButtonEvent(onButtonEvent) { _in.mode(pinMode); + startInterrupt(); }; void startInterrupt(); void stopInterrupt();