You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To avoid spurious press/releases, use a simple loop to debounce the keys
each time they change. This fairly closely models how a keyboard will
really work.
Ideally, this should be able to block on multiple gpios, however, with
the current use of the gpio-token, it is only possible to have a single
call outstanding.
Signed-off-by: David Brown <[email protected]>
0 commit comments