calc 23
| 3342 | |
| 3343 | //calc 23 |
| 3344 | double ELM327::calculator_59() { |
| 3345 | return (double) ((response_A << 8) | response_B) * 10; |
| 3346 | } |
| 3347 | |
| 3348 | double ELM327::calculator_5D() { |
| 3349 | return (double) (((response_A << 8) | response_B) / 128) - 210; |
nothing calls this directly
no outgoing calls
no test coverage detected