float ELM327::evapSysVapPressure() Description: ------------ * Find evap. system vapor pressure in Pa Inputs: ------- * void Return: ------- * float - Evap. system vapor pressure in Pa */
| 1613 | * float - Evap. system vapor pressure in Pa |
| 1614 | */ |
| 1615 | float ELM327::evapSysVapPressure() |
| 1616 | { |
| 1617 | return processPID(SERVICE_01, EVAP_SYSTEM_VAPOR_PRESSURE, 1, 2, 1.0 / 4.0); |
| 1618 | } |
| 1619 | |
| 1620 | /* |
| 1621 | uint8_t ELM327::absBaroPressure() |
nothing calls this directly
no outgoing calls
no test coverage detected