float ELM327::commandedThrottleActuator() Description: ------------ * Find commanded throttle actuator in % Inputs: ------- * void Return: ------- * float - Commanded throttle actuator in % */
| 1973 | * float - Commanded throttle actuator in % |
| 1974 | */ |
| 1975 | float ELM327::commandedThrottleActuator() |
| 1976 | { |
| 1977 | return processPID(SERVICE_01, COMMANDED_THROTTLE_ACTUATOR, 1, 1, 100.0 / 255.0); |
| 1978 | } |
| 1979 | |
| 1980 | /* |
| 1981 | uint16_t ELM327::timeRunWithMIL() |
nothing calls this directly
no outgoing calls
no test coverage detected