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

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
02/20/00 18:21
Read: times


 
#1543 - RE: keypad
hello lora!
i am giving you the solution in assembly
language.
with regards
dkshukla
;buffer is the keypad reading,youcan
;use buffer for key decodeing purpose
;read port in interrupt routine at interval of 50msec to eliminate key debounce.
code example:
mov a,p1
anl a,#00011111
mov buffer,a


List of 7 messages in thread
TopicAuthorDate
keypad            01/01/70 00:00      
RE: keypad            01/01/70 00:00      
RE: keypad            01/01/70 00:00      
RE: keypad            01/01/70 00:00      
RE: keypad            01/01/70 00:00      
RE: keypad            01/01/70 00:00      
RE: keypad            01/01/70 00:00      

Back to Subject List