|
Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <etl/span.h>#include <etl/array.h>#include "aliases.h"#include "Humidistat.h"#include "../sensor/FlowSensor.h"#include "FlowController.h"Go to the source code of this file.
Classes | |
| class | CascadeHumidistat |
| Control humidity using cascade PID: outer PID loop sets setpoints of two inner flow controllers, which drive a solenoid valve each. Adjust the public setpoint variable and call update(). More... | |