MBED1_d2

Dependencies:   MBED1zadD2 mbed BSP_DISCO_F429ZI

Revision:
1:05446788fe9c
Parent:
0:a4ef65ad159f
--- a/KeyboardTsLcd.cpp	Sat May 23 18:55:52 2020 +0000
+++ b/KeyboardTsLcd.cpp	Mon May 25 13:41:17 2020 +0000
@@ -1,7 +1,7 @@
 #include "KeyboardTsLcd.h"
 
 KeyboardTsLcd::KeyboardTsLcd(unsigned char _ucColumn){
-    pKeyboard = new KeyboardTs(0);   
+    pKeyboard = new KeyboardTs(_ucColumn);   
     pLed = new LedLcd(_ucColumn);
 }