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

Fix typo of numeric constant #4

Merged
merged 1 commit into from Mar 20, 2020
Merged

Fix typo of numeric constant #4

merged 1 commit into from Mar 20, 2020

Conversation

tombsar
Copy link
Contributor

@tombsar tombsar commented Mar 20, 2020

The constant in function magnetometer should probably be 32767.0 (2^15-1) to match accelerometer (line 434), not 32676.0.

The constant in function `magnetometer` should probably be 32767.0 (2^15-1) to match `accelerometer` (line 434), not 32676.0.
@coveralls
Copy link

Pull Request Test Coverage Report for Build 23

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 65.152%

Totals Coverage Status
Change from base Build 22: 0.0%
Covered Lines: 43
Relevant Lines: 66

💛 - Coveralls

@Gadgetoid
Copy link
Member

I'm going to go out on a limb and say you're probably right 😆 Good spot, thank you!

@Gadgetoid Gadgetoid merged commit 7007934 into pimoroni:master Mar 20, 2020
@tombsar tombsar deleted the patch-1 branch March 20, 2020 13:54
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.

None yet

3 participants