code review

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:db2c7dc10f89
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Thu May 14 18:45:14 2020 +0000
@@ -0,0 +1,17 @@
+#include "KeyboardTsLcd.h"
+
+
+
+int main(){
+    
+    KeyboardTsLcd KeyboardLeft(0);
+    LedLcd Led(2);
+    
+    while(1){
+        
+        Led.On(3 - KeyboardLeft.eRead() );
+        wait_ms(100);
+            
+    }
+    
+}
\ No newline at end of file