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

Method runInterruptEnded

Arduino/libraries/ST_Anything/IS_Motion.cpp:74–78  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

72 }
73
74 void IS_Motion::runInterruptEnded()
75 {
76 //add the "inactive" event to the buffer to be queued for transfer to the ST Shield
77 Everything::sendSmartString(getName() + F(" inactive"));
78 }
79
80 void IS_Motion::update()
81 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected