1#ifndef HUMIDISTAT_FLOWCONTROLLER_H
2#define HUMIDISTAT_FLOWCONTROLLER_H
Base class for a controller. Owns a PID instance, and holds a reference to a ConfigStore instance.
Controls flow. Holds a reference to a FlowSensor instance.
void updatePIDParameters()
FlowController(const FlowSensor *fs, const ConfigStore *cs, uint8_t solenoidPin, uint8_t pwmRes)
Constructor.
const uint8_t solenoidPin
Read flow rate using a Omron D6F-P0010 MEMS flow sensor.
Config store containing variables, which can be stored in EEPROM.