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

Method catTempB1S1

src/ELMduino.cpp:1655–1658  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1653 * float - Catalyst temperature in C
1654*/
1655float ELM327::catTempB1S1()
1656{
1657 return processPID(SERVICE_01, CATALYST_TEMP_BANK_1_SENSOR_1, 1, 2, 1.0 / 10.0, -40.0);
1658}
1659
1660/*
1661 float ELM327::catTempB2S1()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected