initialization function
| 75 | |
| 76 | //initialization function |
| 77 | void InterruptSensor::init() |
| 78 | { |
| 79 | checkIfTriggered(); |
| 80 | } |
| 81 | |
| 82 | //update function |
| 83 | void InterruptSensor::update() |
nothing calls this directly
no outgoing calls
no test coverage detected