Added current factors. Various fixes for temperature monitor. Added partial implementation for can1 and can2
This commit is contained in:
@@ -783,7 +783,7 @@ float driverSWLTC6804ConvertTemperatureExt(uint16_t inputValue,uint32_t ntcNomin
|
||||
steinhart -= 273.15f; // convert to degree
|
||||
|
||||
if(steinhart < -50.0f || (float)inputValue >= 30000.0f)
|
||||
steinhart = 100.0f;
|
||||
steinhart = 0.0f;
|
||||
|
||||
return steinhart;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user