float ELM327::shortTermFuelTrimBank_1() Description: ------------ * Find fuel trim % Inputs: ------- * void Return: ------- * float - Fuel trim % */
| 1033 | * float - Fuel trim % |
| 1034 | */ |
| 1035 | float ELM327::shortTermFuelTrimBank_1() |
| 1036 | { |
| 1037 | return processPID(SERVICE_01, SHORT_TERM_FUEL_TRIM_BANK_1, 1, 1, 100.0 / 128.0, -100.0); |
| 1038 | } |
| 1039 | |
| 1040 | /* |
| 1041 | float ELM327::longTermFuelTrimBank_1() |
nothing calls this directly
no outgoing calls
no test coverage detected