diff -r 092b45686a75 -r 712984fdd26b thermferm/pid.h --- a/thermferm/pid.h Thu Mar 17 17:25:02 2016 +0100 +++ b/thermferm/pid.h Thu Mar 17 23:28:29 2016 +0100 @@ -8,8 +8,6 @@ #define PID_TYPE_HEAT 0 /* PID is used for heating */ #define PID_TYPE_COOL 1 /* PID is used for cooling */ -#define PID_TIMES 60 /* 60 calculations per minute */ -#define PID_WINDUP_GUARD 10.0 /* Error windup guard */ typedef struct _pid_var {