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

Method commandedEGR

src/ELMduino.cpp:1495–1498  ·  view source on GitHub ↗

float ELM327::commandedEGR() Description: ------------ * Find commanded Exhaust Gas Recirculation (EGR) in % Inputs: ------- * void Return: ------- * float - Commanded Exhaust Gas Recirculation (EGR) in % */

Source from the content-addressed store, hash-verified

1493 * float - Commanded Exhaust Gas Recirculation (EGR) in %
1494*/
1495float ELM327::commandedEGR()
1496{
1497 return processPID(SERVICE_01, COMMANDED_EGR, 1, 1, 100.0 / 255.0);
1498}
1499
1500/*
1501 float ELM327::egrError()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected