Humidistat
Arduino firmware for a humidistat (humidity controller)
|
#include <LiquidCrystal.h>
#include <etl/span.h>
#include "ControllerUI.h"
#include "control/SingleHumidistat.h"
Go to the source code of this file.
Classes | |
class | CharDisplayUI |
TUI for 16x2 character LCD. Holds a reference to a LiquidCrystal instance for writing to display. Displays current mode, PV, SP, and CV the first line of the display, and temperatures on the second line. Use keypad to adjust setpoint (UP/DOWN for fine, LEFT/RIGHT for coarse). More... | |