float ELM327::commandedAirFuelRatio() Description: ------------ * Find commanded air-fuel equivalence ratio Inputs: ------- * void Return: ------- * float - Commanded air-fuel equivalence ratio */
| 1813 | * float - Commanded air-fuel equivalence ratio |
| 1814 | */ |
| 1815 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected