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.
Dependents: NewpidDror Recieverdror Trancieverdror CANrecive
Diff: PID.h
- Revision:
- 6:f5c84347bfca
- Parent:
- 5:0cf2f6d13c71
--- a/PID.h Tue Dec 29 02:31:32 2015 +0000
+++ b/PID.h Wed Dec 25 08:54:57 2019 +0000
@@ -88,7 +88,7 @@
*/
float getError();
- private:
+ //private:
float _kp, _ki, _kd; // PID Gain values
float _Ts; // Sample time is seconds
float* _setpoint; // Pointer to setpoint value