| 72 | } |
| 73 | |
| 74 | void IS_Motion::runInterruptEnded() |
| 75 | { |
| 76 | //add the "inactive" event to the buffer to be queued for transfer to the ST Shield |
| 77 | Everything::sendSmartString(getName() + F(" inactive")); |
| 78 | } |
| 79 | |
| 80 | void IS_Motion::update() |
| 81 | { |
nothing calls this directly
no outgoing calls
no test coverage detected