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

Method IS_Button

Arduino/libraries/ST_Anything/IS_Button.cpp:39–43  ·  view source on GitHub ↗

public constructor

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected