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

Method maxMafRate

src/ELMduino.cpp:2035–2038  ·  view source on GitHub ↗

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 */

Source from the content-addressed store, hash-verified

2033 * float - Maximum value for air flow rate from mass air flow sensor in g/s
2034*/
2035float ELM327::maxMafRate()
2036{
2037 return processPID(SERVICE_01, MAX_MAF_RATE, 1, 1, 10.0);
2038}
2039
2040/*
2041 uint8_t ELM327::fuelType()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected