Deals with user inputs

Dependents:   ELEC350_Project2

Revision:
0:d68b0df6a001
Child:
1:a2c54ac4d928
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/serial_terminal.cpp	Tue Nov 06 19:19:19 2018 +0000
@@ -0,0 +1,11 @@
+#include "serial_terminal.hpp"
+ 
+
+void serialterm()
+{
+    while(true)
+    {
+        Thread::wait(2000);
+        puts("serialterm thread alive"); 
+    }
+}
\ No newline at end of file