| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected