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

Method runInterrupt

Arduino/libraries/ST_Anything/IS_Motion.cpp:68–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected