components/PID/PID_v1.c

changeset 1
ad2c8b13eb88
parent 0
b74b0e4902c3
child 82
7d17e2cb31a8
--- a/components/PID/PID_v1.c	Sat Oct 20 13:23:15 2018 +0200
+++ b/components/PID/PID_v1.c	Sat Oct 20 17:09:48 2018 +0200
@@ -29,7 +29,7 @@
 double		*mySetpoint;		// PID, freeing the user from having to constantly tell us
 	        	                // what these values are.  with pointers we'll just know.
 
-unsigned long	lastTime;
+unsigned long	lastTime;		///< Last time of the time window.
 double		outputSum, lastInput;
 
 unsigned long	SampleTime;

mercurial