PID Controller
Dependencies: HIDScope MODSERIAL PinDetect QEI biquadFilter
Revision 4:a722452d8fd1, committed 2015-10-20
- Comitter:
- dolcaer
- Date:
- Tue Oct 20 08:35:36 2015 +0000
- Parent:
- 3:9095d17f9688
- Commit message:
- Initial Commit
Changed in this revision
pidControl.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/pidControl.cpp Tue Oct 20 08:09:52 2015 +0000 +++ b/pidControl.cpp Tue Oct 20 08:35:36 2015 +0000 @@ -140,7 +140,7 @@ pc.printf("Initialized\r\n"); } - +/* int main() { pc.printf("Started\r\n"); @@ -196,7 +196,7 @@ go_motor = false; } - +*/ /*if (go_graph) { pc.printf("Trying to send graph\r\n"); pc.printf("Desired Rotation: %f %f\r\n", desiredRotation1, desiredRotation2); @@ -208,6 +208,6 @@ grapher.send(); go_graph = false; }*/ - } - } -} +// } +// } +//}