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

Method hybridBatLife

src/ELMduino.cpp:2175–2178  ·  view source on GitHub ↗

float ELM327::hybridBatLife() Description: ------------ * Find hybrid battery pack remaining life in % Inputs: ------- * void Return: ------- * float - Hybrid battery pack remaining life in % */

Source from the content-addressed store, hash-verified

2173 * float - Hybrid battery pack remaining life in %
2174*/
2175float ELM327::hybridBatLife()
2176{
2177 return processPID(SERVICE_01, HYBRID_BATTERY_REMAINING_LIFE, 1, 1, 100.0 / 255.0);
2178}
2179
2180/*
2181 float ELM327::oilTemp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected