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

Method intakeAirTemp

src/ELMduino.cpp:1235–1238  ·  view source on GitHub ↗

float ELM327::intakeAirTemp() Description: ------------ * Find intake air temperature in C Inputs: ------- * void Return: ------- * float - Intake air temperature in C */

Source from the content-addressed store, hash-verified

1233 * float - Intake air temperature in C
1234*/
1235float ELM327::intakeAirTemp()
1236{
1237 return processPID(SERVICE_01, INTAKE_AIR_TEMP, 1, 1, 1, -40.0);
1238}
1239
1240/*
1241 float ELM327::mafRate()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected