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

Method runInterrupt

Arduino/libraries/ST_Anything/IS_Smoke.cpp:61–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59 }
60
61 void IS_Smoke::runInterrupt()
62 {
63 //add the "closed" event to the buffer to be queued for transfer to the ST Shield
64 Everything::sendSmartString(getName() + F(" clear"));
65 }
66
67 void IS_Smoke::runInterruptEnded()
68 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected