MBED_1 18.05.2020

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:bc13b866415b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Keyboard_TsLcd.h	Mon May 18 19:47:58 2020 +0000
@@ -0,0 +1,16 @@
+#ifndef Keyboard_TsLcd
+#define Keyboard_TsLcd
+
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+class KeyboardTsLcd{
+    public:
+        enum KeyboardState eRead();
+        KeyboardTsLcd(unsigned char);
+    private:
+        KeyboardTs *pKeyboard;
+        LedLcd *pLed;
+    };
+
+#endif
\ No newline at end of file