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

Method referenceTorque

src/ELMduino.cpp:2335–2338  ·  view source on GitHub ↗

uint16_t ELM327::referenceTorque() Description: ------------ * Find engine reference torque in Nm Inputs: ------- * void Return: ------- * uint16_t - Engine reference torque in Nm */

Source from the content-addressed store, hash-verified

2333 * uint16_t - Engine reference torque in Nm
2334*/
2335uint16_t ELM327::referenceTorque()
2336{
2337 return processPID(SERVICE_01, ENGINE_REFERENCE_TORQUE, 1, 2);
2338}
2339
2340/*
2341 uint16_t ELM327::auxSupported()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected