Learning classes...
Dependencies: C12832
Revision 1:4be9b47b9af5, committed 2016-02-09
- Comitter:
- tbjazic
- Date:
- Tue Feb 09 12:06:44 2016 +0000
- Parent:
- 0:2fab4c84205a
- Commit message:
- debounce stop tipkala popravljen
Changed in this revision
Stoperica.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 2fab4c84205a -r 4be9b47b9af5 Stoperica.cpp --- a/Stoperica.cpp Wed Feb 03 15:29:46 2016 +0000 +++ b/Stoperica.cpp Tue Feb 09 12:06:44 2016 +0000 @@ -25,7 +25,7 @@ void Stoperica::stopPressed() { if(debounceStop.read_ms() > 5) { passedTime.stop(); - debounceStart.reset(); + debounceStop.reset(); lcd.cls(); lcd.locate(0,3); lcd.printf("Passed time: %g", passedTime.read());