Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
07/20/04 17:00
Read: times


 
#74512 - RE: Maddening Release - not always!
Responding to: ???'s previous message
1. Wait for pressing of any key.
2. When keypress occurs (correctly debounced), disable interpreting input from all keys, perform related action,
3. Wait for clearing of the keypad (release of this key and all other keys that might have been pressed in the meantime) - recognizing release performed using debounce
4. Re-enable reading and interpreting all keys, go to 1.

Raghu just means that if user presses 2 or more keys at the same time, bad things may occur. We read and process only the first and until the last (even if only one) is released, ignore all the rest.

List of 20 messages in thread
TopicAuthorDate
Push Button Bouncing Time Method            01/01/70 00:00      
   RE: Push Button Bouncing Time Method            01/01/70 00:00      
      RE: Push Button Bouncing Time Method            01/01/70 00:00      
      RE: Push Button Bouncing Time Method            01/01/70 00:00      
   RE: Push Button Bouncing Time Method            01/01/70 00:00      
      RE: Push Button Bouncing Time Method            01/01/70 00:00      
   RE: Push Button Bouncing Time Method            01/01/70 00:00      
   RE: Push Button Bouncing Time Method            01/01/70 00:00      
      RE: Push Button Bouncing Time Method            01/01/70 00:00      
         RE: Push Button Bouncing Time Method            01/01/70 00:00      
            RE: Push Button Bouncing Time Method            01/01/70 00:00      
   Hardware debouncing is also possible            01/01/70 00:00      
      RE: Hardware debouncing is also possible            01/01/70 00:00      
         RE: Hardware debouncing is also possible            01/01/70 00:00      
   RE: 4 points            01/01/70 00:00      
      Maddening Release - not always!            01/01/70 00:00      
         RE: Maddening Release - not always!            01/01/70 00:00      
            RE: Maddening Release - not always!            01/01/70 00:00      
            Release issue - Erik & Bartosz            01/01/70 00:00      
               As clear as a bell            01/01/70 00:00      

Back to Subject List