Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <stdint.h>
#include <etl/span.h>
Go to the source code of this file.
Classes | |
struct | Point |
Point: a vector of a time and setpoint value. More... | |
struct | SPProfile |
Setpoint profile: a label and a span over Points. More... | |