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

Method demandedTorque

src/ELMduino.cpp:2295–2298  ·  view source on GitHub ↗

float ELM327::demandedTorque() Description: ------------ * Find driver's demanded engine torque in % Inputs: ------- * void Return: ------- * float - Driver's demanded engine torque in % */

Source from the content-addressed store, hash-verified

2293 * float - Driver's demanded engine torque in %
2294*/
2295float ELM327::demandedTorque()
2296{
2297 return processPID(SERVICE_01, DEMANDED_ENGINE_PERCENT_TORQUE, 1, 1, 1, -125.0);
2298}
2299
2300/*
2301 float ELM327::torque()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected