practice for PID control

Dependencies:   PID QEI USBDevice mbed

Files at this revision

API Documentation at this revision

Comitter:
NT32
Date:
Fri May 02 04:47:47 2014 +0000
Parent:
4:adf167473520
Child:
6:1250bc2df075
Commit message:
???

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Fri May 02 04:36:39 2014 +0000
+++ b/main.cpp	Fri May 02 04:47:47 2014 +0000
@@ -240,7 +240,7 @@
     controller.setInterval(PIDRATE);
     vcom.printf("\033[2J");
     vcom.printf("\033[%d;%dH", 0, 0);
-    vcom.printf("Make a logfile by name of the \" hoge.csv \"\n");
+    vcom.printf("Make a logfile that name of \" hoge.csv \"\n");
     vcom.printf("Push the boot switch to start PID control.");
     
     while(SW == 1){};