thermferm/thermferm.h

changeset 176
8c7d87a2c094
parent 175
b73490398368
child 185
4f34271cf1e7
--- a/thermferm/thermferm.h	Sun Aug 03 22:49:33 2014 +0200
+++ b/thermferm/thermferm.h	Mon Aug 04 15:18:29 2014 +0200
@@ -91,6 +91,7 @@
     time_t		prof_started;		/* Profile start time		*/
     int			prof_state;		/* Profile OFF|PAUSE|RUN|DONE	*/
     float		prof_target;		/* Profile current target temp	*/
+    float		PID_err_old;		/* PID old error value		*/
 } units_list;
 
 #define	UNITMODE_OFF		0		/* Unit turned off		*/

mercurial