MTM PPO mbed2d-2 program

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
2:ce9137eb0655
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardLed.h	Mon Jun 22 14:15:01 2020 +0000
@@ -0,0 +1,16 @@
+#ifndef KEYBOARD_TS_LCD_H
+#define KEYBOARD_TS_LCD_H
+
+#include "Ledboard.h"
+#include "Keyboard.h"
+
+
+class KeyboardLed{
+    public:
+        KeyboardLed(unsigned char);
+        enum eKeyboardState  eRead(void);
+        Ledboard *pLed;
+        Keyboard *pKeyboard;
+};
+
+#endif
\ No newline at end of file