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

Method calculator_42

src/ELMduino.cpp:3311–3313  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3309}
3310
3311double ELM327::calculator_42() {
3312 return (double) ((response_A << 8) | response_B) / 1000;
3313}
3314
3315double ELM327::calculator_43() {
3316 return (double) ((response_A << 8) | response_B) * (100.0 / 255.0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected