I was looking for some Switch Debounce info..
There are "TONS" of posts scattered around this site..
But most are "C" examples and I don't quite understand "C"
Following the "C" software code for me is a task.
Mainly because I have not yet memorized things like "&&"
I know they are logical operators.. but I like to see them as "AND"
Here is a "Video" showing a simple debounce method
using a quantity "Sampling" method.
http://www.youtube.com/watch?v=s...
Not using any "Interrupt" or "Timer" (perfect when many buttons are interfaced)
This is in "C" also.. but at least watching and hearing what
he is trying to achieve.. makes it easily ported to any other
type of code like "ASM" or "BASIC"
If like me you understand ASM better.
P.S.
I Need links to "Very BEGINNER" "C" tutorials.. for AVR
So that I can finally understand why "VOID" is used. (! ||) used.
I can see that "C" or GCC I assume is the correct term, has the greatest support.
And would like to learn it, once and for all.