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

Method evapSysVapPressure

src/ELMduino.cpp:1615–1618  ·  view source on GitHub ↗

float ELM327::evapSysVapPressure() 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

1613 * float - Evap. system vapor pressure in Pa
1614*/
1615float 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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected