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:41:22 2014 +0000
Parent:
3:ce85bafa78d7
Commit message:
a

Changed in this revision

main.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/main.cpp	Mon Apr 21 05:26:35 2014 +0000
+++ b/main.cpp	Mon Apr 21 05:41:22 2014 +0000
@@ -18,6 +18,7 @@
 DigitalOut  cs(P1_23);
 
 Timer       timer;
+//int i;
 
 PID         controller(kc, ti, td, PIDRATE);