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

Method update

Arduino/libraries/ST_Anything/InterruptSensor.cpp:83–86  ·  view source on GitHub ↗

update function

Source from the content-addressed store, hash-verified

81
82 //update function
83 void InterruptSensor::update()
84 {
85 checkIfTriggered();
86 }
87
88 //handles start of an interrupt - all derived classes should implement this virtual function
89 void InterruptSensor::runInterrupt()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected