servodisc goodness

Dependencies:   mbed-dev-f303

Revision:
7:a278f58cdbd3
Parent:
6:1143996ac690
diff -r 1143996ac690 -r a278f58cdbd3 communication.cpp
--- a/communication.cpp	Mon Jan 15 16:12:52 2018 +0000
+++ b/communication.cpp	Mon Jan 22 05:33:06 2018 +0000
@@ -48,11 +48,11 @@
             break;
     }
     message_length = i;
-    echo_message_buffer();
+    //echo_message_buffer();
     serial_to_sequence(get_sequence(),message_buffer,i);
-    print_sequence(get_sequence());
+    //print_sequence(get_sequence());
     sm->seq = get_sequence();
-    reset_mbed();
+    //reset_mbed();
 }
 
 void print_sample_sequence_hex()