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