15#define convertKelvinToCelcius(tempK) ((tempK) - KELV)
16#define convertCelsiusToKelvin(tempC) ((tempC) + KELV)
19 float tempLow,
float rLow,
20 float tempMid,
float rMid,
21 float tempHigh,
float rHigh);
void setCommonNTCSensor(ThermistorConf *thermistorConf, float pullup)
void setAtSensor(ThermistorConf *thermistorConf, float tempLow, float rLow, float tempMid, float rMid, float tempHigh, float rHigh)
void setCommonNTCSensorParameters(ThermistorConf *thermistorConf)
void setGmCltSensor(ThermistorConf *thermistorConf)
void setDodgeSensor(ThermistorConf *thermistorConf, float pullup)