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

Method fuelRailPressure

src/ELMduino.cpp:1455–1458  ·  view source on GitHub ↗

float ELM327::fuelRailPressure() Description: ------------ * Find fuel Rail Pressure (relative to manifold vacuum) in kPa Inputs: ------- * void Return: ------- * float - Fuel Rail Pressure (relative to manifold vacuum) in kPa */

Source from the content-addressed store, hash-verified

1453 * float - Fuel Rail Pressure (relative to manifold vacuum) in kPa
1454*/
1455float ELM327::fuelRailPressure()
1456{
1457 return processPID(SERVICE_01, FUEL_RAIL_PRESSURE, 1, 2, 0.079);
1458}
1459
1460/*
1461 float ELM327::fuelRailGuagePressure()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected