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:
- 9:d04d028ccfe8
- Parent:
- 8:ef6b758b73da
- Child:
- 10:f05bd773b66c
diff -r ef6b758b73da -r d04d028ccfe8 pidControl.h --- a/pidControl.h Tue Oct 20 11:38:06 2015 +0000 +++ b/pidControl.h Tue Oct 20 14:30:35 2015 +0000 @@ -1,3 +1,4 @@ -void PID_init(); +void PID_init(double a, double b); void getCurrent(double& a, double& b); -int move(double a, double b); \ No newline at end of file +void rotate(double a, double b); +void moveOneMotor(int num, double angle); \ No newline at end of file
