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

Method timingAdvance

src/ELMduino.cpp:1215–1218  ·  view source on GitHub ↗

float ELM327::timingAdvance() Description: ------------ * Find timing advance in degrees before Top Dead Center (TDC) Inputs: ------- * void Return: ------- * float - Timing advance in degrees before Top Dead Center (TDC) */

Source from the content-addressed store, hash-verified

1213 * float - Timing advance in degrees before Top Dead Center (TDC)
1214*/
1215float ELM327::timingAdvance()
1216{
1217 return processPID(SERVICE_01, TIMING_ADVANCE, 1, 1, 1.0 / 2.0, -64.0);
1218}
1219
1220/*
1221 float ELM327::intakeAirTemp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected