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

Method oilTemp

src/ELMduino.cpp:2195–2198  ·  view source on GitHub ↗

float ELM327::oilTemp() Description: ------------ * Find engine oil temperature in C Inputs: ------- * void Return: ------- * float - Engine oil temperature in C */

Source from the content-addressed store, hash-verified

2193 * float - Engine oil temperature in C
2194*/
2195float ELM327::oilTemp()
2196{
2197 return processPID(SERVICE_01, ENGINE_OIL_TEMP, 1, 1, 1, -40.0);
2198}
2199
2200/*
2201 float ELM327::fuelInjectTiming()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected