We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 293dc0f + 90b8d74 commit 71801e5Copy full SHA for 71801e5
adafruit_lis3mdl.py
@@ -34,7 +34,7 @@
34
from adafruit_register.i2c_bit import RWBit
35
36
__version__ = "0.0.0-auto.0"
37
-__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX.git"
+__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL.git"
38
39
40
_LIS3MDL_DEFAULT_ADDRESS = const(0x1C)
@@ -43,10 +43,6 @@
43
44
_LIS3MDL_WHOAMI = const(0xF)
45
46
-
47
-__version__ = "0.0.0-auto.0"
48
-__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL.git"
49
50
_LIS3MDL_WHO_AM_I = const(0x0F) # Register that contains the part ID
51
_LIS3MDL_CTRL_REG1 = const(0x20) # Register address for control 1
52
_LIS3MDL_CTRL_REG2 = const(0x21) # Register address for control 2
0 commit comments