store config in eeprom
This commit is contained in:
@ -93,11 +93,11 @@ private:
|
||||
|
||||
void setTemperature(unsigned int index, float t);
|
||||
void setPeriodMeasure(unsigned long p);
|
||||
unsigned long getPeriodMeasure() { return m_periodMillis; }
|
||||
unsigned long getPeriodMeasure();
|
||||
void setAlpha(float a);
|
||||
float getAlpha() { return m_alpha; }
|
||||
float getAlpha();
|
||||
void setCalibrateFactor(unsigned int i, float c);
|
||||
float getCalibrateFactor(unsigned int i) { return m_calibrateFactor[i]; }
|
||||
float getCalibrateFactor(unsigned int i);
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user