store debug and info in eeprom too

This commit is contained in:
hg
2014-03-04 19:08:19 +01:00
parent 61b90393dc
commit f2162af9c6
5 changed files with 100 additions and 27 deletions

View File

@ -98,6 +98,10 @@ private:
float getAlpha();
void setCalibrateFactor(unsigned int i, float c);
float getCalibrateFactor(unsigned int i);
void setDebug(bool b);
bool getDebug();
void setInfo(bool b);
bool getInfo();
};