float ELM327::fuelLevel() Description: ------------ * Find fuel tank level input in % Inputs: ------- * void Return: ------- * float - Fuel tank level input in % */
| 1553 | * float - Fuel tank level input in % |
| 1554 | */ |
| 1555 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected