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

Method init

Arduino/libraries/ST_Anything/InterruptSensor.cpp:77–80  ·  view source on GitHub ↗

initialization function

Source from the content-addressed store, hash-verified

75
76 //initialization function
77 void InterruptSensor::init()
78 {
79 checkIfTriggered();
80 }
81
82 //update function
83 void InterruptSensor::update()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected