Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: PID QEI USBDevice mbed
Fork of PID_Control_SU by
Revision 5:e33d0b05c9ff, committed 2014-04-21
- 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);