Skip to content

fixing magnetometer for issue #1 #3

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

Merged
merged 2 commits into from
Feb 4, 2020
Merged

fixing magnetometer for issue #1 #3

merged 2 commits into from
Feb 4, 2020

Conversation

siddacious
Copy link
Contributor

No description provided.

@@ -72,7 +72,7 @@
_LIS3MDL_INT_CFG = const(0x30) # Interrupt configuration register
_LIS3MDL_INT_THS_L = const(0x32) # Low byte of the irq threshold

_GAUSS_TO_MT = 0.1 #1 Gauss [G] = 0.1 Millitesla [mT]
_GAUSS_TO_MT = 100
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

change to UT (uTesla) which is the SI unit we use

Copy link
Member

@ladyada ladyada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good!

@siddacious siddacious merged commit ac70d83 into master Feb 4, 2020
adafruit-adabot added a commit to adafruit/Adafruit_CircuitPython_Bundle that referenced this pull request Feb 5, 2020
Updating https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL to 1.0.2 from 1.0.1:
  > Merge pull request adafruit/Adafruit_CircuitPython_LIS3MDL#3 from adafruit/magnetometer_fix

Updating https://github.com/adafruit/Adafruit_CircuitPython_Bundle/circuitpython_library_list.md to NA from NA:
  > Added the following libraries: Adafruit_CircuitPython_CLUE
@siddacious siddacious deleted the magnetometer_fix branch February 10, 2020 23:31
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