jdlfkjasdf

Dependents:   electrocoagulador_teclado

Files at this revision

API Documentation at this revision

Comitter:
evanegasa
Date:
Sat Mar 09 16:01:03 2019 +0000
Parent:
21:fb28bc08ded4
Commit message:
asfsf

Changed in this revision

keypad.cpp Show annotated file Show diff for this revision Revisions of this file
diff -r fb28bc08ded4 -r 8941c4db8456 keypad.cpp
--- a/keypad.cpp	Sun Sep 20 06:00:00 2015 +0000
+++ b/keypad.cpp	Sat Mar 09 16:01:03 2019 +0000
@@ -68,5 +68,5 @@
     if(k != -1)
         return  keys[k];
 
-    return 0;
+    return '*';
 }