MCPcopy Create free account
hub / github.com/PowerBroker2/ELMduino / calculator_59

Method calculator_59

src/ELMduino.cpp:3344–3346  ·  view source on GitHub ↗

calc 23

Source from the content-addressed store, hash-verified

3342
3343//calc 23
3344double ELM327::calculator_59() {
3345 return (double) ((response_A << 8) | response_B) * 10;
3346}
3347
3348double ELM327::calculator_5D() {
3349 return (double) (((response_A << 8) | response_B) / 128) - 210;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected