float ELM327::ctrlModVoltage() Description: ------------ * Find control module voltage in V Inputs: ------- * void Return: ------- * float - Control module voltage in V */
| 1773 | * float - Control module voltage in V |
| 1774 | */ |
| 1775 | float ELM327::ctrlModVoltage() |
| 1776 | { |
| 1777 | return processPID(SERVICE_01, CONTROL_MODULE_VOLTAGE, 1, 2, 1.0 / 1000.0); |
| 1778 | } |
| 1779 | |
| 1780 | /* |
| 1781 | float ELM327::absLoad() |
nothing calls this directly
no outgoing calls
no test coverage detected