MCPcopy Create free account
hub / github.com/DanielOgorchock/ST_Anything / IS_Contact

Method IS_Contact

Arduino/libraries/ST_Anything/IS_Contact.cpp:39–42  ·  view source on GitHub ↗

public constructor

Source from the content-addressed store, hash-verified

37//public
38 //constructor
39 IS_Contact::IS_Contact(const __FlashStringHelper *name, byte pin, bool iState, bool internalPullup, long numReqCounts) :
40 InterruptSensor(name, pin, iState, internalPullup, numReqCounts) //use parent class' constructor
41 {
42 }
43
44 //destructor
45 IS_Contact::~IS_Contact()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected