Program 2d_2 obsługujący wyświetlacz LCD

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:aa756e4665e5
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardTsLcd.h	Mon Jun 01 20:23:36 2020 +0000
@@ -0,0 +1,13 @@
+#ifndef KEYBOARD_TS_LCD_H
+#define KEYBOARD_TS_LCD_H
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+class KeyboardTsLcd{
+    public:
+    KeyboardTsLcd(unsigned char ucColumnNr);
+    KeyboardTs *pKeyboard;
+    LedLcd *pLed;
+    void eRead(void);
+};
+#endif
\ No newline at end of file