Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DanielOgorchock/ST_Anything
/ Sensor
Method
Sensor
Arduino/libraries/ST_Anything/Sensor.cpp:29–33 ·
view source on GitHub ↗
public constructor
Source
from the content-addressed store, hash-verified
27
//public
28
//constructor
29
Sensor::Sensor(const __FlashStringHelper *name):
30
Device(name)
31
{
32
33
}
34
35
//destructor
36
Sensor::~Sensor()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected