#include "Sensor.h"Variables | |
| KettleTempSensor * | kettleTemp = &KettleTempSensor::getInstance() |
| Pointer to the current, active menu used by the application. | |
| ChillerTempSensor * | chillerTemp = &ChillerTempSensor::getInstance() |
| Pointer to the current, active menu used by the application. | |
| KettleVolSensor * | kettleVolume = &KettleVolSensor::getInstance() |
| Pointer to the current, active menu used by the application. | |
| ChillerTempSensor* chillerTemp = &ChillerTempSensor::getInstance() |
Pointer to the current, active menu used by the application.
| KettleTempSensor* kettleTemp = &KettleTempSensor::getInstance() |
Pointer to the current, active menu used by the application.
| KettleVolSensor* kettleVolume = &KettleVolSensor::getInstance() |
Pointer to the current, active menu used by the application.