Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ ~Device
Method
~Device
Arduino/libraries/ST_Anything/Device.cpp:39–46 ·
view source on GitHub ↗
destructor
Source
from the content-addressed store, hash-verified
37
38
//destructor
39
Device::~Device()
40
{
41
if(debug)
42
{
43
Serial.print(F(
"Device: Destroyed Device ID: "
));
44
Serial.println(getName());
45
}
46
}
47
48
void Device::refresh()
49
{
Callers
nothing calls this directly
Calls
2
print
Method · 0.80
println
Method · 0.80
Tested by
no test coverage detected