Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerBroker2/ELMduino
/ calculator_23
Method
calculator_23
src/ELMduino.cpp:3298–3300 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3296
}
3297
3298
double ELM327::calculator_23() {
3299
return (double) ((response_A << 8) | response_B) * 10;
3300
}
3301
3302
double ELM327::calculator_32()
3303
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected