??? 02/04/06 10:54 Read: times |
#109174 - Polling Responding to: ???'s previous message |
You will need a timer interrupt to count time anyway. So make its basic interval say 20mS and use the same ISR to poll the keys and debounce them. The really big advantage of this method is that you only have one interrupt.
Ian |