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 */
| 2013 | * uint16_t - Time since trouble codes cleared in min |
| 2014 | */ |
| 2015 | uint16_t ELM327::timeSinceCodesCleared() |
| 2016 | { |
| 2017 | return (uint16_t)processPID(SERVICE_01, TIME_SINCE_CODES_CLEARED, 1, 2); |
| 2018 | } |
| 2019 | |
| 2020 | /* |
| 2021 | float ELM327::maxMafRate() |
nothing calls this directly
no outgoing calls
no test coverage detected