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

Method catTempB2S1

src/ELMduino.cpp:1675–1678  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1673 * float - Catalyst temperature in C
1674*/
1675float ELM327::catTempB2S1()
1676{
1677 return processPID(SERVICE_01, CATALYST_TEMP_BANK_2_SENSOR_1, 1, 2, 1.0 / 10.0, -40.0);
1678}
1679
1680/*
1681 float ELM327::catTempB1S2()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected