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

Method calculator_53

src/ELMduino.cpp:3331–3333  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3329}
3330
3331double ELM327::calculator_53() {
3332 return (double) ((response_A << 8) | response_B) / 200;
3333}
3334
3335double ELM327::calculator_54() {
3336 return (double) ((int16_t)((response_A << 8) | response_B));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected