float ELM327::absThrottlePosC() Description: ------------ * Find absolute throttle position C in % Inputs: ------- * void Return: ------- * float - Absolute throttle position C in % */
| 1893 | * float - Absolute throttle position C in % |
| 1894 | */ |
| 1895 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected