Compare commits
No commits in common. "f33ed415a8ad0403e546c3250b788b21fe6fc8e6" and "2d17efd1dc017cc26adf37885094f93df33084e2" have entirely different histories.
f33ed415a8
...
2d17efd1dc
1485
doc/ClassDiagram.mdj
1485
doc/ClassDiagram.mdj
File diff suppressed because it is too large
Load Diff
@ -34,8 +34,6 @@ _triggerLevelOff(false)
|
|||||||
_rOffsetMap = NULL;
|
_rOffsetMap = NULL;
|
||||||
_resistanceMap = NULL;
|
_resistanceMap = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
_adc.begin();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
MeasureUnit::~MeasureUnit()
|
MeasureUnit::~MeasureUnit()
|
||||||
|
@ -11,7 +11,7 @@ class MeasureUnit
|
|||||||
enum ERROR {OK = 0, MALLOC_ERR = 1};
|
enum ERROR {OK = 0, MALLOC_ERR = 1};
|
||||||
MeasureUnit(uint8_t *analogInput, uint16_t thermistorCount, uint64_t precResistor, ThermistorSetting thermistorSetting, Adc &adc);
|
MeasureUnit(uint8_t *analogInput, uint16_t thermistorCount, uint64_t precResistor, ThermistorSetting thermistorSetting, Adc &adc);
|
||||||
~MeasureUnit();
|
~MeasureUnit();
|
||||||
void init();
|
void init(){_adc.begin();}
|
||||||
void setGlobalTempOffset(double offset);
|
void setGlobalTempOffset(double offset);
|
||||||
void levelTemperaturesOff();
|
void levelTemperaturesOff();
|
||||||
double getGlobalTempOffset();
|
double getGlobalTempOffset();
|
||||||
|
Loading…
Reference in New Issue
Block a user