<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2650.12">
<TITLE>Debouncing Switches</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>Say I had a switch that I wanted to act as a manual gate to let through a signal such as audio or even a constant voltage at the input. As-in, when the switch is on, the input is passed to the output. When it is off, the input is not. How can you debounce this (and would you need to - I'm guessing YES :-)? I'd like to make two types of manual gates, one with ON/OFF pressable buttons and one with ON-WHILE-PRESSED buttons and am worried about bounce. Thanks all</FONT></P>
<P><FONT SIZE=2>KRIS</FONT>
</P>
</BODY>
</HTML>