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

Method engineLoad

src/ELMduino.cpp:995–998  ·  view source on GitHub ↗

float ELM327::engineLoad() Description: ------------ * Find the current engine load in % Inputs: ------- * void Return: ------- * float - Engine load % */

Source from the content-addressed store, hash-verified

993 * float - Engine load %
994*/
995float ELM327::engineLoad()
996{
997 return processPID(SERVICE_01, ENGINE_LOAD, 1, 1, 100.0 / 255.0);
998}
999
1000/*
1001 float ELM327::engineCoolantTemp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected