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

Method mafRate

src/ELMduino.cpp:1255–1258  ·  view source on GitHub ↗

float ELM327::mafRate() Description: ------------ * Find mass air flow sensor (MAF) air flow rate rate in g/s Inputs: ------- * void Return: ------- * float - Mass air flow sensor (MAF) air flow rate rate in g/s */

Source from the content-addressed store, hash-verified

1253 * float - Mass air flow sensor (MAF) air flow rate rate in g/s
1254*/
1255float ELM327::mafRate()
1256{
1257 return processPID(SERVICE_01, MAF_FLOW_RATE, 1, 2, 1.0 / 100.0);
1258}
1259
1260/*
1261 float ELM327::throttle()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected