float ELM327::oilTemp() Description: ------------ * Find engine oil temperature in C Inputs: ------- * void Return: ------- * float - Engine oil temperature in C */
| 2193 | * float - Engine oil temperature in C |
| 2194 | */ |
| 2195 | float ELM327::oilTemp() |
| 2196 | { |
| 2197 | return processPID(SERVICE_01, ENGINE_OIL_TEMP, 1, 1, 1, -40.0); |
| 2198 | } |
| 2199 | |
| 2200 | /* |
| 2201 | float ELM327::fuelInjectTiming() |
nothing calls this directly
no outgoing calls
no test coverage detected