mbeed1sdf

Dependencies:   BSP_DISCO_F429ZI LCD_DISCO_F429ZI TS_DISCO_F429ZI mbed

Fork of 2D_2_ by Adrian Nowak

Revision:
0:1f84f23f3814
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardTsLcd.h	Mon May 29 14:37:50 2017 +0000
@@ -0,0 +1,25 @@
+#ifndef KEYBOARDTSLCD_H
+#define KEYBOARDTSLCD_H
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+class KeyboardTsLcd 
+{
+    public:
+        KeyboardTsLcd (unsigned char);
+        KeyboardState eRead();    
+    private:
+        LedLcd * pLed;
+        KeyboardTs * pKeyboard;
+};
+
+
+
+
+
+
+
+
+
+
+#endif