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

Method absThrottlePosE

src/ELMduino.cpp:1935–1938  ·  view source on GitHub ↗

float ELM327::absThrottlePosE() Description: ------------ * Find absolute throttle position E in % Inputs: ------- * void Return: ------- * float - Absolute throttle position E in % */

Source from the content-addressed store, hash-verified

1933 * float - Absolute throttle position E in %
1934*/
1935float ELM327::absThrottlePosE()
1936{
1937 return processPID(SERVICE_01, ABS_THROTTLE_POSITION_E, 1, 1, 100.0 / 255.0);
1938}
1939
1940/*
1941 float ELM327::absThrottlePosF()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected