Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <stdint.h>
Go to the source code of this file.
Classes | |
class | PID |
PID controller in parallel form implemented in floating-point arithmetic. Features Derivative-on-Measurement, anti-windup through conditional integration, bumpless transfer, and feed-forward. More... | |