Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerBroker2/ELMduino
/ calculator_4F
Method
calculator_4F
src/ELMduino.cpp:3323–3325 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3321
}
3322
3323
double ELM327::calculator_4F() {
3324
return (double) (response_A);
3325
}
3326
3327
double ELM327::calculator_50() {
3328
return (double) (response_A * 10.0);
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected