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

Method calculator_54

src/ELMduino.cpp:3335–3337  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3333}
3334
3335double ELM327::calculator_54() {
3336 return (double) ((int16_t)((response_A << 8) | response_B));
3337}
3338
3339double ELM327::calculator_55() {
3340 return ((double) response_A * (100.0 / 128.0)) - 100.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected