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

Method distTravelWithMIL

src/ELMduino.cpp:1435–1438  ·  view source on GitHub ↗

uint16_t ELM327::distTravelWithMIL() Description: ------------ * Find distance traveled with malfunction indicator lamp (MIL) on in km Inputs: ------- * void Return: ------- * uint16_t - Distance traveled with malfunction indicator lamp (MIL) on in km */

Source from the content-addressed store, hash-verified

1433 * uint16_t - Distance traveled with malfunction indicator lamp (MIL) on in km
1434*/
1435uint16_t ELM327::distTravelWithMIL()
1436{
1437 return (uint16_t)processPID(SERVICE_01, DISTANCE_TRAVELED_WITH_MIL_ON, 1, 2);
1438}
1439
1440/*
1441 float ELM327::fuelRailPressure()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected