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

Method calculator_4F

src/ELMduino.cpp:3323–3325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3321}
3322
3323double ELM327::calculator_4F() {
3324 return (double) (response_A);
3325}
3326
3327double ELM327::calculator_50() {
3328 return (double) (response_A * 10.0);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected