AGH PPO MBED cz.I

Dependencies:   LCD_DISCO_F429ZI mbed TS_DISCO_F429ZI BSP_DISCO_F429ZI

Revision:
0:2101f3b06f18
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/main.cpp	Sat May 09 18:21:16 2020 +0000
@@ -0,0 +1,10 @@
+#include "mbed.h"
+#include "Keyboard_TsLcd.h"
+
+int main(){
+    KeyboardTsLcd Keyboard(1);
+    while(1) {
+        Keyboard.eRead();
+        wait(0.1);
+    }
+}
\ No newline at end of file