Ruprecht Altenburger / Cntrl_Lib

Fork of Cntrlol_Lib by Ruprecht Altenburger

Files at this revision

API Documentation at this revision

Comitter:
altb
Date:
Fri Oct 19 13:14:32 2018 +0000
Parent:
3:27b75e7dd54a
Child:
5:d00752fcad65
Commit message:
18.10

Changed in this revision

PID_Cntrl.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/PID_Cntrl.cpp	Thu Oct 18 05:44:36 2018 +0000
+++ b/PID_Cntrl.cpp	Fri Oct 19 13:14:32 2018 +0000
@@ -62,6 +62,7 @@
     this->uMin = (double)ll;
     this->uMax = (double)ul;
 }
+
 float PID_Cntrl::get_ulimit(void)
 {
     return (float)this->uMax;