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

Method absEvapSysVapPressure

src/ELMduino.cpp:2095–2098  ·  view source on GitHub ↗

float ELM327::absEvapSysVapPressure() Description: ------------ * Find absolute evap. system vapor pressure in kPa Inputs: ------- * void Return: ------- * float - Absolute evap. system vapor pressure in kPa */

Source from the content-addressed store, hash-verified

2093 * float - Absolute evap. system vapor pressure in kPa
2094*/
2095float ELM327::absEvapSysVapPressure()
2096{
2097 return processPID(SERVICE_01, ABS_EVAP_SYS_VAPOR_PRESSURE, 1, 2, 1.0 / 200.0);
2098}
2099
2100/*
2101 float ELM327::evapSysVapPressure2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected