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

Method absLoad

src/ELMduino.cpp:1795–1798  ·  view source on GitHub ↗

float ELM327::absLoad() Description: ------------ * Find absolute load value in % Inputs: ------- * void Return: ------- * float - Absolute load value in % */

Source from the content-addressed store, hash-verified

1793 * float - Absolute load value in %
1794*/
1795float ELM327::absLoad()
1796{
1797 return processPID(SERVICE_01, ABS_LOAD_VALUE, 1, 2, 100.0 / 255.0);
1798}
1799
1800/*
1801 float ELM327::commandedAirFuelRatio()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected