Trying to debug

Dependencies:   mbed TextLCD keypad

Files at this revision

API Documentation at this revision

Comitter:
baet6458
Date:
Wed Jan 30 03:55:27 2019 +0000
Parent:
3:59fc3838d34d
Child:
5:7aff70602b66
Commit message:
update switch statements;

Changed in this revision

keypadandlc.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/keypadandlc.cpp	Wed Jan 30 03:52:54 2019 +0000
+++ b/keypadandlc.cpp	Wed Jan 30 03:55:27 2019 +0000
@@ -69,7 +69,7 @@
      keypad.attach(&LCDUpdate);
      keypad.start();
      while (1) {
-            print(keyTracker);
+            //do something eventually
          }
          
 }
\ No newline at end of file