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.
Dependencies: C12832
Revision 1:315ad27c0acb, committed 2016-02-09
- 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 |
--- 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");