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) */
| 1213 | * float - Timing advance in degrees before Top Dead Center (TDC) |
| 1214 | */ |
| 1215 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected