public constructor
| 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() |
nothing calls this directly
no outgoing calls
no test coverage detected