more config stuff
This commit is contained in:
@ -15,13 +15,13 @@ public:
|
||||
Thermometer();
|
||||
void begin(bool initializeConfig, int eepromAddr);
|
||||
void exec(float r);
|
||||
float alpha;
|
||||
float temperature;
|
||||
float temperatureRaw;
|
||||
private:
|
||||
int m_eepromAddr;
|
||||
float m_lastSmoothedTemperature;
|
||||
float m_smoothedTemperature;
|
||||
float m_alpha;
|
||||
};
|
||||
|
||||
#endif // _THERMOMETER_H_
|
||||
|
Reference in New Issue
Block a user