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.
Fork of PIDController by
Diff: pidControl.h
- Revision:
- 10:f05bd773b66c
- Parent:
- 9:d04d028ccfe8
- Child:
- 11:7f41fac17c48
--- a/pidControl.h Tue Oct 20 14:30:35 2015 +0000 +++ b/pidControl.h Wed Oct 21 13:44:06 2015 +0000 @@ -1,4 +1,7 @@ void PID_init(double a, double b); void getCurrent(double& a, double& b); void rotate(double a, double b); -void moveOneMotor(int num, double angle); \ No newline at end of file +void moveTick(); +void PID_stop(); +void moveOneMotor(int num, int dir); +double getOffset(int a); \ No newline at end of file
