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

Method calculator_5E

src/ELMduino.cpp:3352–3354  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3350}
3351
3352double ELM327::calculator_5E() {
3353 return (double) ((response_A << 8) | response_B) / 20;
3354}
3355
3356double ELM327::calculator_61() {
3357 return (double) response_A - 125;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected