??? 02/04/06 21:49 Read: times |
#109199 - Either Responding to: ???'s previous message |
Interupts will be better especially if you want to power down.
Andy is right you do not need to debounce. Clear and disable the int and clear and enable the other with each press. Do not update the LCDs in the timer int. Set a flag and do it in main. |