SOLVED: Interrupt queuing

jtw11:
Thanks very much, I will use the interrupts(); method. However, will there indeed only be 1 queued interrupt allowed, or more?

Each interrupt source has a queue depth of one. (Except in one reasonable case where the depth is zero.)