float ELM327::absThrottlePosD() Description: ------------ * Find absolute throttle position D in % Inputs: ------- * void Return: ------- * float - Absolute throttle position D in % */
| 1913 | * float - Absolute throttle position D in % |
| 1914 | */ |
| 1915 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected