float ELM327::intakeAirTemp() Description: ------------ * Find intake air temperature in C Inputs: ------- * void Return: ------- * float - Intake air temperature in C */
| 1233 | * float - Intake air temperature in C |
| 1234 | */ |
| 1235 | float ELM327::intakeAirTemp() |
| 1236 | { |
| 1237 | return processPID(SERVICE_01, INTAKE_AIR_TEMP, 1, 1, 1, -40.0); |
| 1238 | } |
| 1239 | |
| 1240 | /* |
| 1241 | float ELM327::mafRate() |
nothing calls this directly
no outgoing calls
no test coverage detected