float ELM327::absLoad() Description: ------------ * Find absolute load value in % Inputs: ------- * void Return: ------- * float - Absolute load value in % */
| 1793 | * float - Absolute load value in % |
| 1794 | */ |
| 1795 | float ELM327::absLoad() |
| 1796 | { |
| 1797 | return processPID(SERVICE_01, ABS_LOAD_VALUE, 1, 2, 100.0 / 255.0); |
| 1798 | } |
| 1799 | |
| 1800 | /* |
| 1801 | float ELM327::commandedAirFuelRatio() |
nothing calls this directly
no outgoing calls
no test coverage detected