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: mbed QEI HIDScope biquadFilter MODSERIAL FastPWM
header.h@15:95034d92bc76, 2019-10-03 (annotated)
- Committer:
- JornD
- Date:
- Thu Oct 03 13:03:38 2019 +0000
- Revision:
- 15:95034d92bc76
- Child:
- 18:266f1ffdc9c4
Impremented controller;
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
JornD | 15:95034d92bc76 | 1 | double ControllerPID(double e, double Ts); //e = error, Ts = sampling time |