Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerBroker2/ELMduino
/ calculator_55
Method
calculator_55
src/ELMduino.cpp:3339–3341 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3337
}
3338
3339
double ELM327::calculator_55() {
3340
return ((double) response_A * (100.0 / 128.0)) - 100.0;
3341
}
3342
3343
//calc 23
3344
double ELM327::calculator_59() {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected