float ELM327::engineCoolantTemp() Description: ------------ * Find the current engine coolant temp in C Inputs: ------- * void Return: ------- * float - Engine load % */
| 1013 | * float - Engine load % |
| 1014 | */ |
| 1015 | float ELM327::engineCoolantTemp() |
| 1016 | { |
| 1017 | return processPID(SERVICE_01, ENGINE_COOLANT_TEMP, 1, 1, 1, -40.0); |
| 1018 | } |
| 1019 | |
| 1020 | /* |
| 1021 | float ELM327::shortTermFuelTrimBank_1() |
nothing calls this directly
no outgoing calls
no test coverage detected