#include <Arduino.h>Go to the source code of this file.
Classes | |
| class | Sensor |
| Abstract class that acts as an interface for all sensor classes. More... | |
| class | KettleTempSensor |
| Manages the Kettle temperature probe. More... | |
| class | ChillerTempSensor |
| Manages the Chiller temperature probe. More... | |
| class | KettleVolSensor |
| Manages the Kettle Volume sensor. More... | |
Variables | |
| KettleTempSensor * | kettleTemp |
| Pointer to the current, active menu used by the application. | |
| ChillerTempSensor * | chillerTemp |
| Pointer to the current, active menu used by the application. | |
| KettleVolSensor * | kettleVolume |
| Pointer to the current, active menu used by the application. | |
|
extern |
Pointer to the current, active menu used by the application.
|
extern |
Pointer to the current, active menu used by the application.
|
extern |
Pointer to the current, active menu used by the application.