??? 07/04/06 13:15 Modified: 07/04/06 13:18 Read: times |
#119616 - You don't need these slave micros Responding to: ???'s previous message |
Abhishek said:
I searched for debouncing techniques here for quite some time. And I think that the easiest (of the inexpensive) technique is writing a debouncing program in a separate 8051 and make it into just a debouncer chip. Abhishek, you don't need extra hardware to debounce multiple switches! You can do it using the vertical counter scheme discussed here for many times. This scheme allows you to debounce 8 bits (one byte) at a time, needing a code of only 12 instructions! Have a look at this post, which tries to explain this methode. Have also a look at the link given there! http://www.8052.com/forum/read.phtml?id=119512 Kai |