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.
Diff: button.cpp
- Revision:
- 14:6427883f5900
- Parent:
- 13:4b9c32ba0572
- Child:
- 15:4127ef0f7038
--- a/button.cpp Thu Nov 12 12:07:39 2015 +0000 +++ b/button.cpp Thu Nov 12 12:10:18 2015 +0000 @@ -23,6 +23,8 @@ } } + timer.reset(); + while(this->ifPressed() == true){ wait(0.01f); }