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

Method absThrottlePosD

src/ELMduino.cpp:1915–1918  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1913 * float - Absolute throttle position D in %
1914*/
1915float ELM327::absThrottlePosD()
1916{
1917 return processPID(SERVICE_01, ABS_THROTTLE_POSITION_D, 1, 1, 100.0 / 255.0);
1918}
1919
1920/*
1921 float ELM327::absThrottlePosE()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected