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

Method calculator_10

src/ELMduino.cpp:3282–3284  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3280}
3281
3282double ELM327::calculator_10() {
3283 return (double)((response_A << 8) | response_B)/100;
3284}
3285
3286double ELM327::calculator_14(){
3287 return (double)(response_A/200) ;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected