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

Method calculator_1F

src/ELMduino.cpp:3290–3292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3288}
3289
3290double ELM327::calculator_1F() {
3291 return (double)((response_A << 8) | response_B);
3292}
3293
3294double ELM327::calculator_22() {
3295 return (double) ((response_A << 8) | response_B) * 0.079;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected