AGH MTM PPO MBED

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
1:36b3fd4a01fd
Parent:
0:f4a48c08fea7
--- a/Keyboard_Ts_Lcd.h	Thu May 07 15:13:01 2020 +0000
+++ b/Keyboard_Ts_Lcd.h	Sat May 09 08:31:59 2020 +0000
@@ -1,5 +1,5 @@
-#ifndef KEYBOARDLCD
-#define KEYBOARDLCD
+#ifndef KEYBOARD_TS_LCD
+#define KEYBOARD_TS_LCD
 
 #include "Led_Lcd.h"
 #include "Keyboard_Ts.h"
@@ -7,7 +7,7 @@
 class KeyboardTsLcd {
     public:
         KeyboardTsLcd(unsigned char);
-        void eRead(void);
+        enum KeyboardState eRead(void);
     private:
         LedLcd *pLed;
         KeyboardTs *pKeyboard;