float ELM327::catTempB2S2() Description: ------------ * Find catalyst temperature in C Inputs: ------- * void Return: ------- * float - Catalyst temperature in C */
| 1713 | * float - Catalyst temperature in C |
| 1714 | */ |
| 1715 | float 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() |
nothing calls this directly
no outgoing calls
no test coverage detected