float ELM327::absThrottlePosE() Description: ------------ * Find absolute throttle position E in % Inputs: ------- * void Return: ------- * float - Absolute throttle position E in % */
| 1933 | * float - Absolute throttle position E in % |
| 1934 | */ |
| 1935 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected