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

Method calculator_32

src/ELMduino.cpp:3302–3305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3300}
3301
3302double ELM327::calculator_32()
3303{
3304 return (double) ((int16_t)((response_A << 8) | response_B)) / 4.0;
3305}
3306
3307double ELM327::calculator_3C() {
3308 return (double) (((response_A << 8) | response_B) / 10) - 40;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected