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

Method absThrottlePosC

src/ELMduino.cpp:1895–1898  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1893 * float - Absolute throttle position C in %
1894*/
1895float ELM327::absThrottlePosC()
1896{
1897 return processPID(SERVICE_01, ABS_THROTTLE_POSITION_C, 1, 1, 100.0 / 255.0);
1898}
1899
1900/*
1901 float ELM327::absThrottlePosD()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected