robot

Dependencies:   FastPWM3 mbed

Revision:
63:f6fd98888e6a
Parent:
62:581aa9235ad6
--- a/main.cpp	Sat Jan 28 09:10:07 2017 +0000
+++ b/main.cpp	Sat Jan 28 09:12:38 2017 +0000
@@ -166,7 +166,5 @@
     BREMSInit(&io, &read, &foc, &control, false);
     
     for (;;) {
-        io.pc->printf("%d,%d,%d,%d,%d,%d\n\r", (int) read.w, (int) control.d_ref, (int) control.d_filtered, (int) control.q_ref, (int) control.q_filtered, (int) (256 * io.throttle_in->get_throttle()));
-        wait(0.01);
     }
 }
\ No newline at end of file