??? 02/05/06 01:24 Read: times |
#109212 - micro time vs real time Responding to: ???'s previous message |
A 20 - 100ms ( or longer) delay will not be noiced by humans. But is a long time to the CPU. In "Your" appication a 1 second debounce time is longer than the player can move the piece and press the button. Either way if you are going to debounce:
handle the button press then debounce, not the other way. |