| ??? 06/10/02 10:22 Read: times |
#24203 - RE: Multiplexed Display/Key |
shall i write "debounce code" & all other stuff in TSR of T0.
absolutely not, keep interrupts short and sweet. Read the keys in main, when a change is detected, start a timer for whatever the time is for your particular keys to debounce. Then every loop of main test if the timer has expired, read the keys again, if identical accept, if not start the process again. Have fun, Erik |
| Topic | Author | Date |
| Multiplexed Display/Key | 01/01/70 00:00 | |
| RE: Multiplexed Display/Key | 01/01/70 00:00 | |
| RE: Multiplexed Display/Key | 01/01/70 00:00 | |
| RE: Multiplexed Display/Key Peter | 01/01/70 00:00 | |
RE: Multiplexed Display/Key Peter | 01/01/70 00:00 |



