MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / commandedThrottleActuator

Method commandedThrottleActuator

src/ELMduino.cpp:1975–1978  ·  view source on GitHub ↗

float ELM327::commandedThrottleActuator() Description: ------------ * Find commanded throttle actuator in % Inputs: ------- * void Return: ------- * float - Commanded throttle actuator in % */

Source from the content-addressed store, hash-verified

1973 * float - Commanded throttle actuator in %
1974*/
1975float 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()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected