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.
1 parent f6d93fe commit 790c6d3Copy full SHA for 790c6d3
adafruit_lsm303dlh_mag.py
@@ -37,7 +37,7 @@
37
from adafruit_bus_device.i2c_device import I2CDevice
38
39
__version__ = "0.0.0-auto.0"
40
-__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DHL_Mag.git"
+__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git"
41
42
_ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x
43
_ID = const(0xD4) # (0b11010100)
0 commit comments