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

Method relativeThrottle

src/ELMduino.cpp:1835–1838  ·  view source on GitHub ↗

float ELM327::relativeThrottle() Description: ------------ * Find relative throttle position in % Inputs: ------- * void Return: ------- * float - Relative throttle position in % */

Source from the content-addressed store, hash-verified

1833 * float - Relative throttle position in %
1834*/
1835float ELM327::relativeThrottle()
1836{
1837 return processPID(SERVICE_01, RELATIVE_THROTTLE_POSITION, 1, 1, 100.0 / 255.0);
1838}
1839
1840/*
1841 float ELM327::ambientAirTemp()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected