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

Method fuelRailGuagePressure

src/ELMduino.cpp:1475–1478  ·  view source on GitHub ↗

float ELM327::fuelRailGuagePressure() Description: ------------ * Find fuel Rail Gauge Pressure (diesel, or gasoline direct injection) in kPa Inputs: ------- * void Return: ------- * float - Fuel Rail Gauge Pressure (diesel, or gasoline direct injection) in kPa */

Source from the content-addressed store, hash-verified

1473 * float - Fuel Rail Gauge Pressure (diesel, or gasoline direct injection) in kPa
1474*/
1475float ELM327::fuelRailGuagePressure()
1476{
1477 return processPID(SERVICE_01, FUEL_RAIL_GUAGE_PRESSURE, 1, 2, 10.0);
1478}
1479
1480/*
1481 float ELM327::commandedEGR()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected