| 
    Humidistat
    
   Arduino firmware for a humidistat (humidity controller) 
   | 
 
#include <stdint.h>#include <etl/span.h>#include <Print.h>#include "input/ButtonReader.h"#include "sensor/ThermistorReader.h"#include "asprintf.h"Go to the source code of this file.
Classes | |
| class | ControllerUI | 
| User interface (display and input) for humidistat. Hold references to ButtonReader for keypad input, and Humidistat for updating the humidity setpoint.  More... | |