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 BX-car by
Diff: controller.cpp
- Revision:
- 10:d2401a243e8d
- Parent:
- 9:33b99cb45e99
- Child:
- 12:f7acda4545ba
--- a/controller.cpp Tue Jun 24 10:06:54 2014 +0000 +++ b/controller.cpp Wed Jun 25 05:07:13 2014 +0000 @@ -186,7 +186,7 @@ } float PID::compute(float pv, float sp) { - + //pv centerR centerL //enregistrer variables dans var interne processVariable_ = pv; //ce que l'on mesure setPoint_ = sp; // ce que l'on veut atteindre