1) check if a certain amount of time has passed since the interrupt was last called, and if enough time has passed, actually handle the interrupt 2) regardless of the above, store the time that the interrupt was called Note that “handling the interrupt” usually means “set a flag to t...