a

Dependencies:   PID QEI USBDevice mbed

Fork of PID_Control_SU by naoto tanaka

Files at this revision

API Documentation at this revision

Comitter:
Kojiro
Date:
Mon Apr 21 05:26:35 2014 +0000
Parent:
2:b46f1a4c42fb
Child:
5:e33d0b05c9ff
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Thu Apr 17 07:14:37 2014 +0000
+++ b/main.cpp	Mon Apr 21 05:26:35 2014 +0000
@@ -63,7 +63,7 @@
         {
             i = 0;
             vcom.printf("\033[%d;%dH", 0, 0);
-            vcom.printf("DAC.d  :%012d\n", dac.bit.D);
+            vcom.printf("DAC.d  :%012d", dac.bit.D);
             vcom.printf("rps    :%12.4f", rps);        
         }
         i++;