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

Method IS_Motion

Arduino/libraries/ST_Anything/IS_Motion.cpp:40–44  ·  view source on GitHub ↗

public constructor

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected