| 63 | } |
| 64 | |
| 65 | void IS_DoorControl::init() |
| 66 | { |
| 67 | //get current status of contact sensor by calling parent class's init() routine - no need to duplicate it here! |
| 68 | InterruptSensor::init(); |
| 69 | } |
| 70 | |
| 71 | //update function |
| 72 | void IS_DoorControl::update() |
nothing calls this directly
no outgoing calls
no test coverage detected