2003-08-26 05:34 PM
2011-05-17 02:55 AM
debounce circuit is used to confirm that key has been pressed, but abnormally. If you are not careful to touch the key, software does not deal with the event.
If you don't use the debounce circuit, every touch should be deal with. So the application is working properly.2011-05-17 02:55 AM
Hi every body.
I am using the SW1 & SW2 in my application. I am not using any debounce circuit and I want to understand why the application is working properly ( I tested it both with port B and port 4). Thanks Kobi.