float ELM327::longTermFuelTrimBank_1() Description: ------------ * Find fuel trim % Inputs: ------- * void Return: ------- * float - Fuel trim % */
| 1053 | * float - Fuel trim % |
| 1054 | */ |
| 1055 | float ELM327::longTermFuelTrimBank_1() |
| 1056 | { |
| 1057 | return processPID(SERVICE_01, LONG_TERM_FUEL_TRIM_BANK_1, 1, 1, 100.0 / 128.0, -100.0); |
| 1058 | } |
| 1059 | |
| 1060 | /* |
| 1061 | float ELM327::shortTermFuelTrimBank_2() |
nothing calls this directly
no outgoing calls
no test coverage detected