mbed1 - amalcharek

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
1:534fe393f96f
Parent:
0:b6ccdd6b093a
diff -r b6ccdd6b093a -r 534fe393f96f main.cpp
--- a/main.cpp	Sat May 16 11:23:08 2020 +0000
+++ b/main.cpp	Mon May 18 14:01:25 2020 +0000
@@ -1,15 +1,11 @@
 #include "mbed.h"
 #include "KeyboardTsLcd.h"
 #include "Led_Lcd.h"
-#include "Keyboard_Ts.h"
 
 int main()
 {
     KeyboardTsLcd Keyboard(0);
     LedLcd Led(2);
-    while(1){
-        Keyboard.eRead();
-        wait(0.1);
         
         while(1) {
         switch(Keyboard.eRead()) {
@@ -31,5 +27,5 @@
         }
         wait(0.1);
     }
-        }
+        
 }