Los Putacos / Mbed OS WearableDevice_Nucleo_New

Dependencies:   MPU9250_SPI

Fork of WearableDevice_Nucleo by Los Putacos

Revision:
11:f19020fa18f1
Parent:
10:577e1fc4453e
--- a/main.cpp	Sat Oct 14 23:37:02 2017 +0000
+++ b/main.cpp	Tue Oct 17 09:39:10 2017 +0000
@@ -99,8 +99,16 @@
     
     time_stamp.start(); // Start timer
     
-    while (true) {
+    while (true) 
+    {
         queue.dispatch();
+        
+        // Read UART Level for possible received Command
+        // Check for Hashtag in the first spot -> if yes: command received!
+        //                                        if no: delete input buffer!
+        
+        
+    
     }
 }
 //-----------------------------------------------------------------