Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <stdint.h>
#include <etl/array.h>
#include "aliases.h"
#include "Humidistat.h"
#include "EEPROMConfig.h"
Go to the source code of this file.
Classes | |
class | SingleHumidistat |
Control humidity using PID by driving two solenoid valves. Adjust the public setpoint variable and call update(). More... | |