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

Method calculator_22

src/ELMduino.cpp:3294–3296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3292}
3293
3294double ELM327::calculator_22() {
3295 return (double) ((response_A << 8) | response_B) * 0.079;
3296}
3297
3298double ELM327::calculator_23() {
3299 return (double) ((response_A << 8) | response_B) * 10;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected