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

Method absThrottlePosB

src/ELMduino.cpp:1875–1878  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1873 * float - Absolute throttle position B in %
1874*/
1875float ELM327::absThrottlePosB()
1876{
1877 return processPID(SERVICE_01, ABS_THROTTLE_POSITION_B, 1, 1, 100.0 / 255.0);
1878}
1879
1880/*
1881 float ELM327::absThrottlePosC()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected