| 129 | } |
| 130 | |
| 131 | void IS_DoorControl::runInterrupt() |
| 132 | { |
| 133 | //add the "closed" event to the buffer to be queued for transfer to the ST Shield |
| 134 | Everything::sendSmartString(getName() + F(" closed")); |
| 135 | } |
| 136 | |
| 137 | void IS_DoorControl::runInterruptEnded() |
| 138 | { |
nothing calls this directly
no outgoing calls
no test coverage detected