| 3333 | } |
| 3334 | |
| 3335 | double ELM327::calculator_54() { |
| 3336 | return (double) ((int16_t)((response_A << 8) | response_B)); |
| 3337 | } |
| 3338 | |
| 3339 | double ELM327::calculator_55() { |
| 3340 | return ((double) response_A * (100.0 / 128.0)) - 100.0; |
nothing calls this directly
no outgoing calls
no test coverage detected