Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PowerBroker2/ELMduino
/ ~ELM327
Method
~ELM327
src/ELMduino.cpp:47–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
45
}
46
47
ELM327::~ELM327() {
48
if (payload) free(payload);
49
}
50
51
/*
52
bool ELM327::initializeELM(const char& protocol, const byte& dataTimeout)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected