??? 10/08/11 18:11 Read: times |
#184141 - Yes, debounce is definitely good to have. Responding to: ???'s previous message |
Stefan Kanev said:
Additionally - search this site for 'debouncing'. You need this. Yes. I posted pseudo-code for delay + keyboard handling. But any up/down handling without debounce will quickly end up at min or max delay. Key repeat can also be nice to have, if there are many sequences or many speeds supported. |