float ELM327::ethanolPercent() Description: ------------ * Find ethanol fuel in % Inputs: ------- * void Return: ------- * float - Ethanol fuel in % */
| 2073 | * float - Ethanol fuel in % |
| 2074 | */ |
| 2075 | float ELM327::ethanolPercent() |
| 2076 | { |
| 2077 | return processPID(SERVICE_01, ETHANOL_FUEL_PERCENT, 1, 1, 100.0 / 255.0); |
| 2078 | } |
| 2079 | |
| 2080 | /* |
| 2081 | float ELM327::absEvapSysVapPressure() |
nothing calls this directly
no outgoing calls
no test coverage detected