sa

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:564bdd59fe99
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardTsLcd.h	Mon May 16 16:35:32 2022 +0000
@@ -0,0 +1,16 @@
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+class KeyboardTsLcd
+{
+    private:
+        LedLcd *pLed;
+        LedLcd *pLed_2;
+        KeyboardTs *pKeyboard;
+    public:
+        void SetBackgroundColor(void);
+        KeyboardTsLcd(unsigned char);
+        void eRead(void);
+    
+    
+};
\ No newline at end of file