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

Method shortTermFuelTrimBank_1

src/ELMduino.cpp:1035–1038  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1033 * float - Fuel trim %
1034*/
1035float ELM327::shortTermFuelTrimBank_1()
1036{
1037 return processPID(SERVICE_01, SHORT_TERM_FUEL_TRIM_BANK_1, 1, 1, 100.0 / 128.0, -100.0);
1038}
1039
1040/*
1041 float ELM327::longTermFuelTrimBank_1()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected