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

Method runInterrupt

Arduino/libraries/ST_Anything/IS_DoorControl.cpp:131–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 }
130
131 void IS_DoorControl::runInterrupt()
132 {
133 //add the "closed" event to the buffer to be queued for transfer to the ST Shield
134 Everything::sendSmartString(getName() + F(" closed"));
135 }
136
137 void IS_DoorControl::runInterruptEnded()
138 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected