Solo Controller Documentation 1.0
Documentation for the Solo Controller
 
Loading...
Searching...
No Matches
Sensor.h File Reference
#include <Arduino.h>

Go to the source code of this file.

Classes

class  Sensor
 
class  KettleTempSensor
 
class  ChillerTempSensor
 
class  KettleVolSensor
 

Variables

KettleTempSensorkettleTemp
 Pointer to the current, active menu used by the application.
 
ChillerTempSensorchillerTemp
 Pointer to the current, active menu used by the application.
 
KettleVolSensorkettleVolume
 Pointer to the current, active menu used by the application.
 

Variable Documentation

◆ chillerTemp

ChillerTempSensor* chillerTemp
extern

Pointer to the current, active menu used by the application.

◆ kettleTemp

KettleTempSensor* kettleTemp
extern

Pointer to the current, active menu used by the application.

◆ kettleVolume

KettleVolSensor* kettleVolume
extern

Pointer to the current, active menu used by the application.