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

Method commandedAirFuelRatio

src/ELMduino.cpp:1815–1818  ·  view source on GitHub ↗

float ELM327::commandedAirFuelRatio() Description: ------------ * Find commanded air-fuel equivalence ratio Inputs: ------- * void Return: ------- * float - Commanded air-fuel equivalence ratio */

Source from the content-addressed store, hash-verified

1813 * float - Commanded air-fuel equivalence ratio
1814*/
1815float ELM327::commandedAirFuelRatio()
1816{
1817 return processPID(SERVICE_01, FUEL_AIR_COMMANDED_EQUIV_RATIO, 1, 2, 2.0 / 65536.0);
1818}
1819
1820/*
1821 float ELM327::relativeThrottle()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected