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

Method calculator_14

src/ELMduino.cpp:3286–3288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3284}
3285
3286double ELM327::calculator_14(){
3287 return (double)(response_A/200) ;
3288}
3289
3290double ELM327::calculator_1F() {
3291 return (double)((response_A << 8) | response_B);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected