ts-7000
[Top] [All Lists]

Re: [ts-7000] Question about an interrupt handler and debounce

To:
Subject: Re: [ts-7000] Question about an interrupt handler and debounce
From: Kevin Cozens <>
Date: Mon, 30 Jun 2008 17:06:20 -0400
bdon003 wrote:
> I need to hook up a 3x4 Matrix Keypad to the board and have it send an
> interrupt when a key has been pressed.
[snip]
> Will I need to worry about debounce control inside the handler?

Yes. You are dealing with buttons and buttons bounce. I prefer a 20mS debounce 
time. You may be able to use a shorter time depending on the buttons you use 
but don't make it too short. Buttons can bounce more as they age. If your 
debounce time is too short, you will start getting extra button state changes 
as the buttons wear and age over time and use.

An alternative is to add an external IC to scan the keypad, handle the 
debouncing, and generate an interrupt on valid button pushes. You can use a 
device like the 74C922 (12-button) or 74C923 (16-button) to off-load dealing 
with the keypad.

-- 
Cheers!

Kevin.

http://www.ve3syb.ca/           |"What are we going to do today, Borg?"
Owner of Elecraft K2 #2172      |"Same thing we always do, Pinkutus:
                                 |  Try to assimilate the world!"
#include <disclaimer/favourite> |              -Pinkutus & the Borg

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ts-7000/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ts-7000/join
    (Yahoo! ID required)

<*> To change settings via email:
     
    

<*> To unsubscribe from this group, send an email to:
    

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

<Prev in Thread] Current Thread [Next in Thread>
Admin

Disclaimer: Neither Andrew Taylor nor the University of NSW School of Computer and Engineering take any responsibility for the contents of this archive. It is purely a compilation of material sent by many people to the birding-aus mailing list. It has not been checked for accuracy nor its content verified in any way. If you wish to get material removed from the archive or have other queries about the archive e-mail Andrew Taylor at this address: andrewt@cse.unsw.EDU.AU