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

Method calculator_5D

src/ELMduino.cpp:3348–3350  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3346}
3347
3348double ELM327::calculator_5D() {
3349 return (double) (((response_A << 8) | response_B) / 128) - 210;
3350}
3351
3352double ELM327::calculator_5E() {
3353 return (double) ((response_A << 8) | response_B) / 20;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected