| ??? 08/18/00 04:25 Read: times |
#4528 - RE: button-noice filter (software). |
Adding to Richard,
just take care of inserting a 10 ~ 100 msec (depending on what type of switch is used) delay between whenever is key sensed pressed/released and corresponding action is taken. for example for only a single switch/key: scan_loop jnb key,$ ; waiting for a key press call debounce_delay ; 10 to 100 m Sec. jnb key,scan_loop ; check if key was intentionally pressed call actions . . . . Regards Babar/ |
| Topic | Author | Date |
| button-noice filter (software). | 01/01/70 00:00 | |
| RE: button-noice filter (software). | 01/01/70 00:00 | |
| RE: button-noice filter (software). | 01/01/70 00:00 | |
| RE: button-noice filter (software). | 01/01/70 00:00 | |
RE: button-noice filter (software). | 01/01/70 00:00 |



