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

Method fuelLevel

src/ELMduino.cpp:1555–1558  ·  view source on GitHub ↗

float ELM327::fuelLevel() Description: ------------ * Find fuel tank level input in % Inputs: ------- * void Return: ------- * float - Fuel tank level input in % */

Source from the content-addressed store, hash-verified

1553 * float - Fuel tank level input in %
1554*/
1555float ELM327::fuelLevel()
1556{
1557 return processPID(SERVICE_01, FUEL_TANK_LEVEL_INPUT, 1, 1, 100.0 / 255.0);
1558}
1559
1560/*
1561 uint8_t ELM327::warmUpsSinceCodesCleared()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected