float ELM327::longTermFuelTrimBank_2() Description: ------------ * Find fuel trim % Inputs: ------- * void Return: ------- * float - Fuel trim % */
| 1093 | * float - Fuel trim % |
| 1094 | */ |
| 1095 | float ELM327::longTermFuelTrimBank_2() |
| 1096 | { |
| 1097 | return processPID(SERVICE_01, LONG_TERM_FUEL_TRIM_BANK_2, 1, 1, 100.0 / 128.0, -100.0); |
| 1098 | } |
| 1099 | |
| 1100 | /* |
| 1101 | float ELM327::fuelPressure() |
nothing calls this directly
no outgoing calls
no test coverage detected