keypad driver

Dependents:   class_keypad_lcd_password

Fork of Keypadlatest by tatiuc embedded

Revision:
1:dd892be4b7c7
Parent:
0:4bbd88022a6f
Child:
2:909929293a23
--- a/Keypad.h	Tue Apr 05 17:37:55 2016 +0000
+++ b/Keypad.h	Wed Jun 21 09:35:40 2017 +0000
@@ -76,7 +76,8 @@
  
   private:
     BusOut _cols;    
-    BusIn _rows;
+    BusIn _rows  ;
+   
 };
  
 #endif
\ No newline at end of file