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