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

Method calculator_50

src/ELMduino.cpp:3327–3329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3325}
3326
3327double ELM327::calculator_50() {
3328 return (double) (response_A * 10.0);
3329}
3330
3331double ELM327::calculator_53() {
3332 return (double) ((response_A << 8) | response_B) / 200;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected