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

bump_sensors_calibrate() doesn't allow customized sample count #5

Open
adamgreen opened this issue Apr 9, 2023 · 0 comments
Open

Comments

@adamgreen
Copy link
Contributor

The MicroPython library and the 3pi+ 32U4 Arduino library both default the sample count at 50 but allow the user to provide a different value. Should this same functionality be allowed in the C version by either taking a count parameter and treating 0 to mean the default of 50 or have a separate C function that allows for this count to be explicitly set to a different value before calling bump_sensors_calibrate()?

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

No branches or pull requests

1 participant