float ELM327::commandedEvapPurge() Description: ------------ * Find commanded evaporative purge in % Inputs: ------- * void Return: ------- * float - Commanded evaporative purge in % */
| 1533 | * float - Commanded evaporative purge in % |
| 1534 | */ |
| 1535 | float ELM327::commandedEvapPurge() |
| 1536 | { |
| 1537 | return processPID(SERVICE_01, COMMANDED_EVAPORATIVE_PURGE, 1, 1, 100.0 / 255.0); |
| 1538 | } |
| 1539 | |
| 1540 | /* |
| 1541 | float ELM327::fuelLevel() |
nothing calls this directly
no outgoing calls
no test coverage detected