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

Method commandedEvapPurge

src/ELMduino.cpp:1535–1538  ·  view source on GitHub ↗

float ELM327::commandedEvapPurge() Description: ------------ * Find commanded evaporative purge in % Inputs: ------- * void Return: ------- * float - Commanded evaporative purge in % */

Source from the content-addressed store, hash-verified

1533 * float - Commanded evaporative purge in %
1534*/
1535float ELM327::commandedEvapPurge()
1536{
1537 return processPID(SERVICE_01, COMMANDED_EVAPORATIVE_PURGE, 1, 1, 100.0 / 255.0);
1538}
1539
1540/*
1541 float ELM327::fuelLevel()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected