float ELM327::fuelInjectTiming() Description: ------------ * Find fuel injection timing in degrees Inputs: ------- * void Return: ------- * float - Fuel injection timing in degrees */
| 2213 | * float - Fuel injection timing in degrees |
| 2214 | */ |
| 2215 | float ELM327::fuelInjectTiming() |
| 2216 | { |
| 2217 | return processPID(SERVICE_01, FUEL_INJECTION_TIMING, 1, 2, 1.0 / 128.0, -210.0); |
| 2218 | } |
| 2219 | |
| 2220 | /* |
| 2221 | float ELM327::fuelRate() |
nothing calls this directly
no outgoing calls
no test coverage detected