float ELM327::maxMafRate() Description: ------------ * Find maximum value for air flow rate from mass air flow sensor in g/s Inputs: ------- * void Return: ------- * float - Maximum value for air flow rate from mass air flow sensor in g/s */
| 2033 | * float - Maximum value for air flow rate from mass air flow sensor in g/s |
| 2034 | */ |
| 2035 | float ELM327::maxMafRate() |
| 2036 | { |
| 2037 | return processPID(SERVICE_01, MAX_MAF_RATE, 1, 1, 10.0); |
| 2038 | } |
| 2039 | |
| 2040 | /* |
| 2041 | uint8_t ELM327::fuelType() |
nothing calls this directly
no outgoing calls
no test coverage detected