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

Method timeSinceCodesCleared

src/ELMduino.cpp:2015–2018  ·  view source on GitHub ↗

uint16_t ELM327::timeSinceCodesCleared() Description: ------------ * Find time since trouble codes cleared in min Inputs: ------- * void Return: ------- * uint16_t - Time since trouble codes cleared in min */

Source from the content-addressed store, hash-verified

2013 * uint16_t - Time since trouble codes cleared in min
2014*/
2015uint16_t ELM327::timeSinceCodesCleared()
2016{
2017 return (uint16_t)processPID(SERVICE_01, TIME_SINCE_CODES_CLEARED, 1, 2);
2018}
2019
2020/*
2021 float ELM327::maxMafRate()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected