lib_Transmission_Serial_example

Dependencies:   lib_Transmission

Revision:
10:0ab5c8865667
Parent:
9:89dc9f16aa06
--- a/main.cpp	Tue Apr 27 13:48:13 2021 +0000
+++ b/main.cpp	Wed Jun 09 13:55:08 2021 +0000
@@ -2,10 +2,10 @@
 
 int main(void)
 {
-    while(1);
+    while(1) ThisThread::sleep_for(200ms);
 }
 
-string processing(string cmd)
+string transmission_processing(string cmd)
 {
     ostringstream ssend;
     ssend << fixed;