Skip to content

Commit 71801e5

Browse files
authored
Merge pull request #20 from tekktrik/fix/remove-duplicate-info
Remove duplicate __repo__ and __version__
2 parents 293dc0f + 90b8d74 commit 71801e5

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

adafruit_lis3mdl.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
from adafruit_register.i2c_bit import RWBit
3535

3636
__version__ = "0.0.0-auto.0"
37-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LSM6DSOX.git"
37+
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL.git"
3838

3939

4040
_LIS3MDL_DEFAULT_ADDRESS = const(0x1C)
@@ -43,10 +43,6 @@
4343

4444
_LIS3MDL_WHOAMI = const(0xF)
4545

46-
47-
__version__ = "0.0.0-auto.0"
48-
__repo__ = "https://github.com/adafruit/Adafruit_CircuitPython_LIS3MDL.git"
49-
5046
_LIS3MDL_WHO_AM_I = const(0x0F) # Register that contains the part ID
5147
_LIS3MDL_CTRL_REG1 = const(0x20) # Register address for control 1
5248
_LIS3MDL_CTRL_REG2 = const(0x21) # Register address for control 2

0 commit comments

Comments
 (0)