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

Method ambientAirTemp

src/ELMduino.cpp:1855–1858  ·  view source on GitHub ↗

float ELM327::ambientAirTemp() Description: ------------ * Find ambient air temperature in C Inputs: ------- * void Return: ------- * float - Ambient air temperature in C */

Source from the content-addressed store, hash-verified

1853 * float - Ambient air temperature in C
1854*/
1855float ELM327::ambientAirTemp()
1856{
1857 return processPID(SERVICE_01, AMBIENT_AIR_TEMP, 1, 1, 1, -40);
1858}
1859
1860/*
1861 float ELM327::absThrottlePosB()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected