MTM PPO mbed cz3

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
2:ce9137eb0655
Parent:
1:3f9eb24c51b2
--- a/Keyboard_Ts_Lcd.h	Mon May 11 09:27:05 2020 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,16 +0,0 @@
-#ifndef KEYBOARD_TS_LCD_H
-#define KEYBOARD_TS_LCD_H
-
-#include "Led_Lcd.h"
-#include "Keyboard_Ts.h"
-
-
-class KeyboardTsLcd{
-    public:
-        KeyboardTsLcd(unsigned char);
-        void eRead(void);
-        LedLcd *pLed;
-        KeyboardTs *pKeyboard;
-};
-
-#endif
\ No newline at end of file