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

Method calculator_3C

src/ELMduino.cpp:3307–3309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3305}
3306
3307double ELM327::calculator_3C() {
3308 return (double) (((response_A << 8) | response_B) / 10) - 40;
3309}
3310
3311double ELM327::calculator_42() {
3312 return (double) ((response_A << 8) | response_B) / 1000;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected