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

Add the ability to select fields that are polled by PolledBno055Data #335

Merged
merged 2 commits into from
Oct 17, 2024

Conversation

jonnew
Copy link
Member

@jonnew jonnew commented Oct 16, 2024

  • Additionally, used a NewThreadScheduler, which runs on its own thread and uses high resolution StopWatch(), instead of default scheduler, which has ~15 msec resolution.
  • These changes, combined with recent improvements in I2C communication speed make getting 100 Hz Quaternion data possible on passthrough-based headstages
  • Fixes For PolledBno055, allow the user to select which data to poll #330

- Additionally, used a NewThreadScheduler, which runs on its own thread
  and uses high resolution StopWatch(), instead of default scheduler,
  which has ~15 msec resolution.
- These changes, combined with recent improvements in I2C communicaiton
  speed make getting 100 Hz Quaternion data possible on
  passthrough-based headstages
@jonnew jonnew requested a review from bparks13 October 16, 2024 18:12
@bparks13 bparks13 added this to the 0.4.0 milestone Oct 17, 2024
@bparks13 bparks13 merged commit aed9bdc into main Oct 17, 2024
7 checks passed
@bparks13 bparks13 deleted the issue-330 branch October 17, 2024 19:39
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.

For PolledBno055, allow the user to select which data to poll
2 participants