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:
- 2:e3cd1e0c3b78
- Parent:
- 1:16b0f2898739
- Child:
- 3:8dca756d9804
--- a/button.cpp Thu Oct 15 11:20:49 2015 +0000 +++ b/button.cpp Thu Oct 15 11:38:52 2015 +0000 @@ -7,14 +7,6 @@ } } -bool Button::ifPressed();{ - int ButtonPress = read(); - - if (ButtonPress==1){ - return true; - - else{ - return false; - } - } +bool Button::ifPressed(){ + return *pin; } \ No newline at end of file