float ELM327::catTempB1S2() Description: ------------ * Find catalyst temperature in C Inputs: ------- * void Return: ------- * float - Catalyst temperature in C */
| 1693 | * float - Catalyst temperature in C |
| 1694 | */ |
| 1695 | float ELM327::catTempB1S2() |
| 1696 | { |
| 1697 | return processPID(SERVICE_01, CATALYST_TEMP_BANK_1_SENSOR_2, 1, 2, 1.0 / 10.0, -40.0); |
| 1698 | } |
| 1699 | |
| 1700 | /* |
| 1701 | float ELM327::catTempB2S2() |
nothing calls this directly
no outgoing calls
no test coverage detected