float ELM327::shortTermFuelTrimBank_2() Description: ------------ * Find fuel trim % Inputs: ------- * void Return: ------- * float - Fuel trim % */
| 1073 | * float - Fuel trim % |
| 1074 | */ |
| 1075 | float ELM327::shortTermFuelTrimBank_2() |
| 1076 | { |
| 1077 | return processPID(SERVICE_01, SHORT_TERM_FUEL_TRIM_BANK_2, 1, 1, 100.0 / 128.0, -100.0); |
| 1078 | } |
| 1079 | |
| 1080 | /* |
| 1081 | float ELM327::longTermFuelTrimBank_2() |
nothing calls this directly
no outgoing calls
no test coverage detected