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

Method timeRunWithMIL

src/ELMduino.cpp:1995–1998  ·  view source on GitHub ↗

uint16_t ELM327::timeRunWithMIL() Description: ------------ * Find time run with MIL on in min Inputs: ------- * void Return: ------- * uint16_t - Time run with MIL on in min */

Source from the content-addressed store, hash-verified

1993 * uint16_t - Time run with MIL on in min
1994*/
1995uint16_t ELM327::timeRunWithMIL()
1996{
1997 return (uint16_t)processPID(SERVICE_01, TIME_RUN_WITH_MIL_ON, 1, 2);
1998}
1999
2000/*
2001 uint16_t ELM327::timeSinceCodesCleared()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected