Compare commits
2 Commits
2d17efd1dc
...
f33ed415a8
Author | SHA1 | Date | |
---|---|---|---|
|
f33ed415a8 | ||
|
ab338efb4c |
1485
doc/ClassDiagram.mdj
1485
doc/ClassDiagram.mdj
File diff suppressed because it is too large
Load Diff
@ -34,6 +34,8 @@ _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(){_adc.begin();}
|
void init();
|
||||||
void setGlobalTempOffset(double offset);
|
void setGlobalTempOffset(double offset);
|
||||||
void levelTemperaturesOff();
|
void levelTemperaturesOff();
|
||||||
double getGlobalTempOffset();
|
double getGlobalTempOffset();
|
||||||
|
Loading…
Reference in New Issue
Block a user