From 790c6d3469668e71de5eb202f4c97bc77b1f23af Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Wed, 27 Jan 2021 00:36:53 +0000 Subject: [PATCH] typo in __repo__ url Adafruit_CircuitPython_LSM303DHL_Mag should be Adafruit_CircuitPython_LSM303DLH_Mag --- adafruit_lsm303dlh_mag.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adafruit_lsm303dlh_mag.py b/adafruit_lsm303dlh_mag.py index f9d0501..16d0aff 100644 --- a/adafruit_lsm303dlh_mag.py +++ b/adafruit_lsm303dlh_mag.py @@ -37,7 +37,7 @@ from adafruit_bus_device.i2c_device import I2CDevice __version__ = "0.0.0-auto.0" -__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DHL_Mag.git" +__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM303DLH_Mag.git" _ADDRESS_MAG = const(0x1E) # (0x3C >> 1) // 0011110x _ID = const(0xD4) # (0b11010100)