Initial version.

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
1:6a6bc6bc51b0
Parent:
0:00760a80f72b
--- a/Keyboard_TsLcd.cpp	Mon May 18 15:00:45 2020 +0000
+++ b/Keyboard_TsLcd.cpp	Mon May 25 12:36:53 2020 +0000
@@ -23,6 +23,6 @@
             return BUTTON_3;
         default:
             pLed -> On(4);
-            return BUTTON_4;
+            return RELEASED;
     }
 }
\ No newline at end of file