float ELM327::fuelRate() Description: ------------ * Find engine fuel rate in L/h Inputs: ------- * void Return: ------- * float - Engine fuel rate in L/h */
| 2233 | * float - Engine fuel rate in L/h |
| 2234 | */ |
| 2235 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected