MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / engineCoolantTemp

Method engineCoolantTemp

src/ELMduino.cpp:1015–1018  ·  view source on GitHub ↗

float ELM327::engineCoolantTemp() Description: ------------ * Find the current engine coolant temp in C Inputs: ------- * void Return: ------- * float - Engine load % */

Source from the content-addressed store, hash-verified

1013 * float - Engine load %
1014*/
1015float ELM327::engineCoolantTemp()
1016{
1017 return processPID(SERVICE_01, ENGINE_COOLANT_TEMP, 1, 1, 1, -40.0);
1018}
1019
1020/*
1021 float ELM327::shortTermFuelTrimBank_1()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected