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

Method calculator_0C

src/ELMduino.cpp:3278–3280  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3276}
3277
3278double ELM327::calculator_0C() {
3279 return (double)((response_A << 8) | response_B)/4;
3280}
3281
3282double ELM327::calculator_10() {
3283 return (double)((response_A << 8) | response_B)/100;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected