Yuta Togashi / PID

Dependents:   Tourobo2022_TBCMotorDriver

Revision:
5:a3aa705d9023
Parent:
4:3c2651359136
Child:
6:4074aded9b9d
--- a/Pid.cpp	Sat Jan 11 12:47:02 2020 +0000
+++ b/Pid.cpp	Wed Mar 25 11:15:15 2020 +0000
@@ -7,7 +7,7 @@
     MODE = PidMode;
     PERIOD = period;
     upperLimit = 1.0f;
-    fallLimit = 1.0f;
+    fallLimit = -1.0f;
     //pid.attach(this,&Pid::calculate,period);
 }