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

Method fuelRate

src/ELMduino.cpp:2235–2238  ·  view source on GitHub ↗

float ELM327::fuelRate() Description: ------------ * Find engine fuel rate in L/h Inputs: ------- * void Return: ------- * float - Engine fuel rate in L/h */

Source from the content-addressed store, hash-verified

2233 * float - Engine fuel rate in L/h
2234*/
2235float ELM327::fuelRate()
2236{
2237 return processPID(SERVICE_01, ENGINE_FUEL_RATE, 1, 2, 1.0 / 20.0);
2238}
2239
2240/*
2241 uint8_t ELM327::emissionRqmts()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected