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
pidControl.h@11:7f41fac17c48, 2015-10-22 (annotated)
- Committer:
- AeroKev
- Date:
- Thu Oct 22 14:44:18 2015 +0000
- Revision:
- 11:7f41fac17c48
- Parent:
- 10:f05bd773b66c
- Child:
- 12:84f2c63f9b98
da
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| AeroKev | 9:d04d028ccfe8 | 1 | void PID_init(double a, double b); |
| AeroKev | 6:48bb8aa4888b | 2 | void getCurrent(double& a, double& b); |
| AeroKev | 9:d04d028ccfe8 | 3 | void rotate(double a, double b); |
| AeroKev | 10:f05bd773b66c | 4 | void moveTick(); |
| AeroKev | 10:f05bd773b66c | 5 | void PID_stop(); |
| AeroKev | 10:f05bd773b66c | 6 | void moveOneMotor(int num, int dir); |
| AeroKev | 11:7f41fac17c48 | 7 | double getOffset(int a); |
| AeroKev | 11:7f41fac17c48 | 8 | void push(double a, double b); |
