Code cleanup.

Thu, 17 Mar 2016 23:28:29 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 17 Mar 2016 23:28:29 +0100
changeset 495
712984fdd26b
parent 494
092b45686a75
child 496
5cf6f099c897

Code cleanup.

thermferm/pid.c file | annotate | diff | comparison | revisions
thermferm/pid.h file | annotate | diff | comparison | revisions
--- a/thermferm/pid.c	Thu Mar 17 17:25:02 2016 +0100
+++ b/thermferm/pid.c	Thu Mar 17 23:28:29 2016 +0100
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * Copyright (C) 2015
+ * Copyright (C) 2015..2016
  *   
  * Michiel Broek <mbroek at mbse dot eu>
  *
--- 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 {

mercurial