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

Method init

Arduino/libraries/ST_Anything/IS_DoorControl.cpp:65–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63 }
64
65 void IS_DoorControl::init()
66 {
67 //get current status of contact sensor by calling parent class's init() routine - no need to duplicate it here!
68 InterruptSensor::init();
69 }
70
71 //update function
72 void IS_DoorControl::update()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected