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

Method torque

src/ELMduino.cpp:2315–2318  ·  view source on GitHub ↗

float ELM327::torque() Description: ------------ * Find actual engine torque in % Inputs: ------- * void Return: ------- * float - Actual engine torque in % */

Source from the content-addressed store, hash-verified

2313 * float - Actual engine torque in %
2314*/
2315float ELM327::torque()
2316{
2317 return processPID(SERVICE_01, ACTUAL_ENGINE_TORQUE, 1, 1, 1, -125.0);
2318}
2319
2320/*
2321 uint16_t ELM327::referenceTorque()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected