brewco/pid.h

changeset 435
4b1ed6897d80
parent 434
eb724767860d
child 446
78e9d5234d15
--- a/brewco/pid.h	Wed Nov 25 22:49:35 2015 +0100
+++ b/brewco/pid.h	Thu Nov 26 22:47:42 2015 +0100
@@ -22,6 +22,7 @@
 	double		SetP;		/* Set point					*/
 	double		OutP;		/* Output of PID algorithm			*/
 	int		Mode;		/* Value is 'PID_AUTO' if loop is automatic	*/
+	int		Times;		/* Calculations per minute			*/
 } pid_var;
 
 

mercurial