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

Control timing of loops and sensor polling #4

Open
amirza495 opened this issue Mar 12, 2019 · 0 comments
Open

Control timing of loops and sensor polling #4

amirza495 opened this issue Mar 12, 2019 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@amirza495
Copy link
Contributor

Right now there is not any timing regulations on the polling of the sensors. Fix this so the sensors are called at regular and appropriate rates (check the data sheets when in doubt). This timing should be regulated by a hardware timer. The calls should also be based on frequencies and times of last call, not relative frequencies and counters (if something is 100 Hz and another 1 Hz, don't just call the latter 1 out of every 100 times the first is called, use a timer)

@amirza495 amirza495 added enhancement New feature or request good first issue Good for newcomers labels Mar 12, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant