system
November 22, 2009, 1:25pm
1
HI,
Im using a 16x2 lcd, with 3 buttons as navigation,
I want to use an interrupt (one button) to call the menu, and I have problems with the debouncing
this was already discuss
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1210559123/7
but is not clear to me (newbiee), how it was implemented,
tnx
system
November 22, 2009, 2:42pm
2
There is a Button library on the playground:
http://www.arduino.cc/playground/Code/Bounce
It handles all the debouncing stuff for you.
I know this is probably a bit late now but this might help:
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1273469106/all
Mowcius