practice for PID control
Dependencies: PID QEI USBDevice mbed
Diff: main.cpp
- Revision:
- 5:f668eb3ee52a
- Parent:
- 4:adf167473520
- Child:
- 6:1250bc2df075
--- 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){};