update function
| 81 | |
| 82 | //update function |
| 83 | void InterruptSensor::update() |
| 84 | { |
| 85 | checkIfTriggered(); |
| 86 | } |
| 87 | |
| 88 | //handles start of an interrupt - all derived classes should implement this virtual function |
| 89 | void InterruptSensor::runInterrupt() |
nothing calls this directly
no outgoing calls
no test coverage detected