float ELM327::absThrottlePosB() Description: ------------ * Find absolute throttle position B in % Inputs: ------- * void Return: ------- * float - Absolute throttle position B in % */
| 1873 | * float - Absolute throttle position B in % |
| 1874 | */ |
| 1875 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected