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

Method catTempB2S2

src/ELMduino.cpp:1715–1718  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1713 * float - Catalyst temperature in C
1714*/
1715float ELM327::catTempB2S2()
1716{
1717 return processPID(SERVICE_01, CATALYST_TEMP_BANK_2_SENSOR_2, 1, 2, 1.0 / 10.0, -40.0);
1718}
1719
1720/*
1721 uint32_t ELM327::supportedPIDs_41_60()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected