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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/18/00 04:25
Read: times


 
#4528 - RE: button-noice filter (software).
Adding to Richard,

just take care of inserting a 10 ~ 100 msec (depending on what type of switch is used) delay between whenever is key sensed pressed/released and corresponding action is taken.

for example for only a single switch/key:

scan_loop

jnb key,$ ; waiting for a key press
call debounce_delay ; 10 to 100 m Sec.
jnb key,scan_loop ; check if key was intentionally pressed

call actions

.
.
.
.

Regards

Babar/

List of 5 messages in thread
TopicAuthorDate
button-noice filter (software).            01/01/70 00:00      
RE: button-noice filter (software).            01/01/70 00:00      
RE: button-noice filter (software).            01/01/70 00:00      
RE: button-noice filter (software).            01/01/70 00:00      
RE: button-noice filter (software).            01/01/70 00:00      

Back to Subject List