This commit is contained in:
Vincent van der Wal
2025-12-18 20:15:12 +01:00
parent 4517100bf7
commit 45899e082c
4 changed files with 110 additions and 8 deletions
+4
View File
@@ -17,6 +17,10 @@ public:
double integ_max = 50.0);
void setSetpoint(double sp);
void setSetKp(double nkp);
void setSetKi(double nki);
void setSetKd(double nkd);
void setDt(double sample_time);
double compute(double current_temp);
void reset();