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

Method calculator_44

src/ELMduino.cpp:3319–3321  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3317}
3318
3319double ELM327::calculator_44() {
3320 return ((double) ((response_A << 8) | response_B) * 2.0) / 65536.0;
3321}
3322
3323double ELM327::calculator_4F() {
3324 return (double) (response_A);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected