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

Method shortTermFuelTrimBank_2

src/ELMduino.cpp:1075–1078  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1073 * float - Fuel trim %
1074*/
1075float ELM327::shortTermFuelTrimBank_2()
1076{
1077 return processPID(SERVICE_01, SHORT_TERM_FUEL_TRIM_BANK_2, 1, 1, 100.0 / 128.0, -100.0);
1078}
1079
1080/*
1081 float ELM327::longTermFuelTrimBank_2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected