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

Method longTermFuelTrimBank_2

src/ELMduino.cpp:1095–1098  ·  view source on GitHub ↗

float ELM327::longTermFuelTrimBank_2() Description: ------------ * Find fuel trim % Inputs: ------- * void Return: ------- * float - Fuel trim % */

Source from the content-addressed store, hash-verified

1093 * float - Fuel trim %
1094*/
1095float ELM327::longTermFuelTrimBank_2()
1096{
1097 return processPID(SERVICE_01, LONG_TERM_FUEL_TRIM_BANK_2, 1, 1, 100.0 / 128.0, -100.0);
1098}
1099
1100/*
1101 float ELM327::fuelPressure()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected