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

Method longTermFuelTrimBank_1

src/ELMduino.cpp:1055–1058  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1053 * float - Fuel trim %
1054*/
1055float ELM327::longTermFuelTrimBank_1()
1056{
1057 return processPID(SERVICE_01, LONG_TERM_FUEL_TRIM_BANK_1, 1, 1, 100.0 / 128.0, -100.0);
1058}
1059
1060/*
1061 float ELM327::shortTermFuelTrimBank_2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected