mBed + timer + keyboard + keypad
Dependencies: TextLCD keypad mbed
Revision 2:0d5060721258, committed 2014-09-28
- Comitter:
- jatinsha
- Date:
- Sun Sep 28 04:32:01 2014 +0000
- Parent:
- 1:9b8e060faeab
- Commit message:
- c2
Changed in this revision
main.cpp | Show annotated file Show diff for this revision Revisions of this file |
diff -r 9b8e060faeab -r 0d5060721258 main.cpp --- a/main.cpp Sun Sep 28 03:54:16 2014 +0000 +++ b/main.cpp Sun Sep 28 04:32:01 2014 +0000 @@ -104,8 +104,8 @@ calculatedTimeInterval = referenceTimeInterval = runningError = 0; lcd.locate(0,0); lcd.printf("00:00:00"); - lcd.locate(0,1); - lcd.printf("000000"); + //lcd.locate(0,1); + //lcd.printf("000000"); } } @@ -160,8 +160,8 @@ calculatedTimeInterval = referenceTimeInterval = runningError = 0; lcd.locate(0,0); lcd.printf("00:00:00"); - lcd.locate(0,1); - lcd.printf("000000"); + //lcd.locate(0,1); + //lcd.printf("000000"); } } } @@ -218,8 +218,8 @@ lcd.locate(0,0); lcd.printf("%02d:%02d:%02d",minutes, seconds, centiSeconds); - lcd.locate(0,1); - lcd.printf("%06d", runningError); + //lcd.locate(0,1); + //lcd.printf("%06d", runningError); }