| 65 | } |
| 66 | |
| 67 | void IS_Contact::runInterruptEnded() |
| 68 | { |
| 69 | //add the "open" event to the buffer to be queued for transfer to the ST Shield |
| 70 | Everything::sendSmartString(getName() + F(" open")); |
| 71 | } |
| 72 | |
| 73 | } |
nothing calls this directly
no outgoing calls
no test coverage detected