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

Method calculator_43

src/ELMduino.cpp:3315–3317  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3313}
3314
3315double ELM327::calculator_43() {
3316 return (double) ((response_A << 8) | response_B) * (100.0 / 255.0);
3317}
3318
3319double ELM327::calculator_44() {
3320 return ((double) ((response_A << 8) | response_B) * 2.0) / 65536.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected