more config stuff

This commit is contained in:
Wolfgang Hottgenroth
2014-11-17 20:08:49 +01:00
parent c5a21fd827
commit 5b30486f5b
6 changed files with 39 additions and 14 deletions

View File

@ -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_