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

Method IS_Smoke

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

public constructor

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected