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

Method egrError

src/ELMduino.cpp:1515–1518  ·  view source on GitHub ↗

float ELM327::egrError() Description: ------------ * Find Exhaust Gas Recirculation (EGR) error in % Inputs: ------- * void Return: ------- * float - Exhaust Gas Recirculation (EGR) error in % */

Source from the content-addressed store, hash-verified

1513 * float - Exhaust Gas Recirculation (EGR) error in %
1514*/
1515float ELM327::egrError()
1516{
1517 return processPID(SERVICE_01, EGR_ERROR, 1, 1, 100.0 / 128.0, -100);
1518}
1519
1520/*
1521 float ELM327::commandedEvapPurge()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected