Thanks!
My main concern is number of variables needed...
Thanks!
My main concern is number of variables needed...
code snippets do not provide any where near the required info to provide a meaningful answer, not even one var definition is even provided
for a meaningful answer
1 how often is routine called
2 is it called on a regular timed basis
3 how responsive does it need to be
the minimum key data necessary would be a count to detect a debounced press a bit to indicate a new press detected and a bit to indicate
the press has been acknowledged and acted on provided the right conditions exist
1. At least 10 times per second.
2. Yes
3. As responsive as any other device, where user presses key and expects immediate feedback.
so button has to held for ten seconds till you get a response ?1. At least 10 times per second
if right>100
not in my book, i doubt the thing is working after 300mSAs responsive as any other device
like how regular how often really2. Yes
Warning I'm not a teacher
No.
I mean keyboard is polled at least 10 times per second.
This is general interactive device control, with direct feedback
like your TV remote.
Bookmarks