MBED1_d2

Dependencies:   MBED1zadD2 mbed BSP_DISCO_F429ZI

Revision:
0:a4ef65ad159f
diff -r 000000000000 -r a4ef65ad159f KeyboardTsLcd.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardTsLcd.h	Sat May 23 18:55:52 2020 +0000
@@ -0,0 +1,15 @@
+#ifndef KEYBOARDTSLCD_H
+#define KEYBOARDTSLCD_H
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+class KeyboardTsLcd{
+    private:  
+        KeyboardTs* pKeyboard;
+        LedLcd* pLed;    
+    public:
+        KeyboardTsLcd(unsigned char _ucColumn=0);
+        enum eButtonStates eRead();
+};
+
+#endif
\ No newline at end of file