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

Method evapSysVapPressure2

src/ELMduino.cpp:2115–2118  ·  view source on GitHub ↗

float ELM327::evapSysVapPressure2() Description: ------------ * Find evap. system vapor pressure in Pa Inputs: ------- * void Return: ------- * float - Evap. system vapor pressure in Pa */

Source from the content-addressed store, hash-verified

2113 * float - Evap. system vapor pressure in Pa
2114*/
2115float ELM327::evapSysVapPressure2()
2116{
2117 return processPID(SERVICE_01, EVAP_SYS_VAPOR_PRESSURE, 1, 2, 1, -32767);
2118}
2119
2120/*
2121 float ELM327::absFuelRailPressure()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected