MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / fuelInjectTiming

Method fuelInjectTiming

src/ELMduino.cpp:2215–2218  ·  view source on GitHub ↗

float ELM327::fuelInjectTiming() Description: ------------ * Find fuel injection timing in degrees Inputs: ------- * void Return: ------- * float - Fuel injection timing in degrees */

Source from the content-addressed store, hash-verified

2213 * float - Fuel injection timing in degrees
2214*/
2215float 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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected