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

Method ctrlModVoltage

src/ELMduino.cpp:1775–1778  ·  view source on GitHub ↗

float ELM327::ctrlModVoltage() Description: ------------ * Find control module voltage in V Inputs: ------- * void Return: ------- * float - Control module voltage in V */

Source from the content-addressed store, hash-verified

1773 * float - Control module voltage in V
1774*/
1775float ELM327::ctrlModVoltage()
1776{
1777 return processPID(SERVICE_01, CONTROL_MODULE_VOLTAGE, 1, 2, 1.0 / 1000.0);
1778}
1779
1780/*
1781 float ELM327::absLoad()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected