float ELM327::ambientAirTemp() Description: ------------ * Find ambient air temperature in C Inputs: ------- * void Return: ------- * float - Ambient air temperature in C */
| 1853 | * float - Ambient air temperature in C |
| 1854 | */ |
| 1855 | float ELM327::ambientAirTemp() |
| 1856 | { |
| 1857 | return processPID(SERVICE_01, AMBIENT_AIR_TEMP, 1, 1, 1, -40); |
| 1858 | } |
| 1859 | |
| 1860 | /* |
| 1861 | float ELM327::absThrottlePosB() |
nothing calls this directly
no outgoing calls
no test coverage detected