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

Method runInterruptEnded

Arduino/libraries/ST_Anything/IS_Contact.cpp:67–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

65 }
66
67 void IS_Contact::runInterruptEnded()
68 {
69 //add the "open" event to the buffer to be queued for transfer to the ST Shield
70 Everything::sendSmartString(getName() + F(" open"));
71 }
72
73}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected