Learning classes...

Dependencies:   C12832

Dependents:   PURS_ZI_002

Files at this revision

API Documentation at this revision

Comitter:
tbjazic
Date:
Tue Feb 09 12:07:55 2016 +0000
Parent:
0:5f60bb287bd0
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 5f60bb287bd0 -r 315ad27c0acb Stoperica.cpp
--- a/Stoperica.cpp	Wed Feb 03 15:32:23 2016 +0000
+++ b/Stoperica.cpp	Tue Feb 09 12:07:55 2016 +0000
@@ -33,7 +33,7 @@
     if(debounceStop.read_ms() > 5) {
         passedTime.stop();
         passedTime.reset();
-        debounceStartPause.reset();
+        debounceStop.reset();
         lcd.cls();
         lcd.locate(0,3);
         lcd.printf("PURS_ZI_002\nStart measurement");