Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Debounce #122

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Debounce #122

wants to merge 7 commits into from

Conversation

jwagen
Copy link

@jwagen jwagen commented Sep 21, 2015

Added system tick driven debounce to getInput(). A new function have to be added to the system tick function:
void inputDebounce(void);
inputDebounce is currently set to run every 10 system tick or 10 ms if I am not mistaken.

Also created a new program in testapp that tests the different getInput functions.

@dos1
Copy link
Contributor

dos1 commented Jan 3, 2016

Causes input issues on my rad1o, at least when rebased to current master :(

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants