rims-arduino-library  v3.1.1
Recirculation infusion mash system library for Arduino
Macros
PID_v1mod.h File Reference

PIDmod class declaration and related macro. More...

Go to the source code of this file.

Macros

#define LIBRARY_VERSION   1.0.0
 
#define SIGN(x)   ((x>0)-(x<0))
 
#define AUTOMATIC   1
 
#define MANUAL   0
 
#define DIRECT   0
 
#define REVERSE   1
 

Detailed Description

PIDmod class declaration and related macro.

Modified Arduino standard PID library. Changed stuff :

Author
Brett Beauregard
Francis Gagnon