keyboard input, serial com test

Dependencies:   mbed DISCO_L475VG_IOT01A_wifi TextLCD USBHost

Revision:
6:9d975a9d2728
diff -r 0466445897b8 -r 9d975a9d2728 inc/config.h
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/inc/config.h	Thu Aug 15 19:33:04 2019 +0000
@@ -0,0 +1,7 @@
+#pragma once
+#include <string>
+
+void setPause(std::string p);
+void setCycles(std::string c);
+std::string getPause(void);
+std::string getCycles(void);
\ No newline at end of file