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

Method catTempB1S2

src/ELMduino.cpp:1695–1698  ·  view source on GitHub ↗

float ELM327::catTempB1S2() Description: ------------ * Find catalyst temperature in C Inputs: ------- * void Return: ------- * float - Catalyst temperature in C */

Source from the content-addressed store, hash-verified

1693 * float - Catalyst temperature in C
1694*/
1695float ELM327::catTempB1S2()
1696{
1697 return processPID(SERVICE_01, CATALYST_TEMP_BANK_1_SENSOR_2, 1, 2, 1.0 / 10.0, -40.0);
1698}
1699
1700/*
1701 float ELM327::catTempB2S2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected