Podpunkt 2d_2 z ćwiczenia mbed_cz1

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:4b909a2346a4
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/KeyboardTsLcd.h	Mon May 18 11:50:27 2020 +0000
@@ -0,0 +1,17 @@
+#ifndef KEYBOARD_TS_LCD_H
+#define KEYBOARD_TS_LCD_H
+
+#include "Keyboard_Ts.h"
+#include "Led_Lcd.h"
+
+class KeyboardTsLcd{
+    public:
+        KeyboardTsLcd(uint8_t _ucColumn);
+        Buttons eRead(void);
+        KeyboardTs *pKeyboard;
+        LedLcd *pLed;
+};
+
+
+
+#endif
\ No newline at end of file