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