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

Method auxInputStatus

src/ELMduino.cpp:1375–1378  ·  view source on GitHub ↗

bool ELM327::auxInputStatus() Description: ------------ * Find Power Take Off (PTO) status Inputs: ------- * void Return: ------- * bool - Power Take Off (PTO) status */

Source from the content-addressed store, hash-verified

1373 * bool - Power Take Off (PTO) status
1374*/
1375bool ELM327::auxInputStatus()
1376{
1377 return (bool)processPID(SERVICE_01, AUX_INPUT_STATUS, 1, 1);
1378}
1379
1380/*
1381 uint16_t ELM327::runTime()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected